Refactor fluent download pipelines

This commit is contained in:
qwsdcvghyu89
2025-09-27 15:38:58 +10:00
parent 13c6fbaf5f
commit 94b6c0645c
33 changed files with 518 additions and 451 deletions
+15
View File
@@ -36,4 +36,19 @@
<data name="fragment_locked" xml:space="preserve">
<value>A fragment is locked when it should be free; failed to obtain updater.</value>
</data>
<data name="fluent_unsupported_transformer" xml:space="preserve">
<value>The transformer type '{0}' is unsupported by this fluent pathway. Consider manually instantiating DownloadContext.</value>
</data>
<data name="fluent_invalid_state" xml:space="preserve">
<value>The state of the builder is invalid.</value>
</data>
<data name="fluent_type_conversion_failure" xml:space="preserve">
<value>A type conversion from '{0}' to '{1}' has failed, indicating an invalid state.</value>
</data>
<data name="fluent_unsupported_pattern" xml:space="preserve">
<value>The builder state '{0}' points to an unsupported unit downloader.</value>
</data>
<data name="resource_definition_invalid_states_count" xml:space="preserve">
<value>There must be at least one state in resource definition.</value>
</data>
</root>