Skip to content

Commit

Permalink
lost resources change
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Mar 10, 2023
1 parent 2d403ee commit f6f6acc
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@
<data name="ClassLoadExplicitLayout" xml:space="preserve">
<value>Failed to load type '{0}' from assembly '{1}' because of field offset '{2}'</value>
</data>
<data name="ClassLoadInlineArrayFieldCount" xml:space="preserve">
<value>InlineArrayAttribute requires that the target type has a single instance field. Type: '{0}'. Assembly: '{1}'.</value>
</data>
<data name="ClassLoadInlineArrayLength" xml:space="preserve">
<value>InlineArrayAttribute requires that the length argument is greater than 0. Type: '{0}'. Assembly: '{1}'.</value>
</data>
<data name="ClassLoadInlineArrayExplicit" xml:space="preserve">
<value>InlineArrayAttribute cannot be applied to a type with explicit layout. Type: '{0}'. Assembly: '{1}'.'</value>
</data>
<data name="ClassLoadValueClassTooLarge" xml:space="preserve">
<value>Array of type '{0}' from assembly '{1}' cannot be created because base value type is too large</value>
</data>
Expand Down

0 comments on commit f6f6acc

Please sign in to comment.