xamarin-macios/msbuild/Xamarin.Localization.MSBuild
Rolf Bjarne Kvinge 11f676c148
[msbuild] Make the level of parallelism in the codesign task configureable. (#20242)
We currently have an issue with codesigning duplicated files in parallel
(#20193). The proper fix is somewhat complex, so this implements a simple
workaround for customers, where they can just disable parallelism if they run
into this problem (and since it's simple, it's easier to backport too).

Additionally, it's not a bad idea to be able to configure the level of parallelism.

Ref: #20193.
2024-03-05 09:08:10 +01:00
..
TranslatedAssemblies Update AOTCompile task to handle cycles in up-to-date check (#20103) 2024-02-15 17:29:18 +01:00
.gitignore [net7.0-xcode14.1] [7.0.1xx-xcode14] [msbuild] Remove generated file from source control. (#16477) 2022-10-26 21:39:56 +02:00
MSBStrings.resx [msbuild] Make the level of parallelism in the codesign task configureable. (#20242) 2024-03-05 09:08:10 +01:00
README.md Updating Localization READMEs (#11738) 2021-06-01 09:51:38 -05:00
Xamarin.Localization.MSBuild.csproj [msbuild] Enable nullability in all project files + disable nullability in each file. (#19452) 2023-11-17 08:12:37 +01:00

README.md

MSBuild Localization

Messages for new MSBuild error codes live in MSBStrings.resx.

  • You can now make changes to MSBStrings.resx in the Visual Studio for Mac IDE or from any text editor.

  • If you make changes in the IDE, you should see changes automatically copy into MSBStrings.Designer.cs. Be sure to rebuild the project after making your changes.

  • If you make changes from a text editor, be sure to run make inside the xamarin-macios/msbuild/Xamarin.Localization.MSBuild directory.

See Localization Wiki for more details on our localization process

or the OneLocBuild Wiki for information on OneLocBuild.