Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
189 changes: 189 additions & 0 deletions src/rgen/Microsoft.Macios.Bindings.Analyzer/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 91 additions & 0 deletions src/rgen/Microsoft.Macios.Bindings.Analyzer/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -638,4 +638,95 @@
<value>Properties are not supported on categories</value>
</data>

<!-- RBI0048 -->

<data name="RBI0048Description" xml:space="preserve">
<value>A category name cannot be an empty string or have spaces.</value>
</data>
<data name="RBI0048MessageFormat" xml:space="preserve">
<value>Category '{0}' name '{1}' is empty an empty string or has white spaces</value>
<comment>{0} is the name of the category, {1} is what we found</comment>
</data>
<data name="RBI0048Title" xml:space="preserve">
<value>Category names cannot be a empty string or have white spaces</value>
</data>

<!-- RBI0049 -->

<data name="RBI0049Description" xml:space="preserve">
<value>A category type must be a INativeObject.</value>
</data>
<data name="RBI0049MessageFormat" xml:space="preserve">
<value>Category '{0}' type '{1}' does not implement INativeObject</value>
<comment>{0} is the name of the category, {1} is the category type</comment>
</data>
<data name="RBI0049Title" xml:space="preserve">
<value>Category types must be INativeObjects</value>
</data>

<!-- RBI0050 -->

<data name="RBI0050Description" xml:space="preserve">
<value>DefaultCtorVisibility is ignored in categories.</value>
</data>
<data name="RBI0050MessageFormat" xml:space="preserve">
<value>Category '{0}' has DefaultCtorVisibility set to '{1}' but it will be ignored</value>
<comment>{0} is the name of the category, {1} is the value</comment>
</data>
<data name="RBI0050Title" xml:space="preserve">
<value>DefaultCtorVisibility is ignored in categories</value>
</data>

<!-- RBI0051 -->

<data name="RBI0051Description" xml:space="preserve">
<value>ErrorDomain is ignored in categories.</value>
</data>
<data name="RBI0051MessageFormat" xml:space="preserve">
<value>Category '{0}' has ErrorDomain set to '{1}' but it will be ignored</value>
<comment>{0} is the name of the category, {1} is the value</comment>
</data>
<data name="RBI0051Title" xml:space="preserve">
<value>ErrorDomain is ignored in categories</value>
</data>

<!-- RBI0052 -->

<data name="RBI0052Description" xml:space="preserve">
<value>IntPtrCtorVisibility is ignored in categories.</value>
</data>
<data name="RBI0052MessageFormat" xml:space="preserve">
<value>Category '{0}' has IntPtrCtorVisibility set to '{1}' but it will be ignored</value>
<comment>{0} is the name of the category, {1} is the value</comment>
</data>
<data name="RBI0052Title" xml:space="preserve">
<value>IntPtrCtorVisibility is ignored in categories</value>
</data>

<!-- RBI0053 -->

<data name="RBI0053Description" xml:space="preserve">
<value>ModelName is ignored in categories.</value>
</data>
<data name="RBI0053MessageFormat" xml:space="preserve">
<value>Category '{0}' has ModelName set to '{1}' but it will be ignored</value>
<comment>{0} is the name of the category, {1} is the value</comment>
</data>
<data name="RBI0053Title" xml:space="preserve">
<value>ModelName is ignored in categories</value>
</data>

<!-- RBI0054 -->

<data name="RBI0054Description" xml:space="preserve">
<value>StringCtorVisibility is ignored in categories.</value>
</data>
<data name="RBI0054MessageFormat" xml:space="preserve">
<value>Category '{0}' has StringCtorVisibility set to '{1}' but it will be ignored</value>
<comment>{0} is the name of the category, {1} is the value</comment>
</data>
<data name="RBI0054Title" xml:space="preserve">
<value>StringCtorVisibility is ignored in categories</value>
</data>

</root>
Loading