xamarin-macios/tools
Rolf Bjarne Kvinge 73101f2689
[msbuild] Fix dirty working copy with Errors.designer.cs. (#16404)
The Xamarin.MacDev.Tasks.sln solution is built with dotnet, while other projects
are still built with msbuild. This becomes a problem when generating Errors.designer.cs,
because depending on the runtime the output is different.

This means that the Errors.designer.cs will sometimes randomly change (depending
on which project re-generated the file), leaving the file modified in git. This is
quite annoying, but it also breaks the api comparison, which depends on the build
not leaving modified files behind. So for now, we generate Errors.designer.cs separately
for Xamarin.MacDev.Tasks.sln to not conflict with the mtouch version.

Also fix capitalization in numerous places to be consistent (it's Errors.designer.cs,
not Errors.Designer.cs).
2022-10-24 18:56:06 +02:00
..
apidiff [api-diff] Add api-diff.md to the all-markdowns target. (#16380) 2022-10-19 14:39:51 +02:00
common [xtro] Fix processing common files when not all platforms are selected. (#16349) 2022-10-17 09:26:07 +02:00
devops [devops] Fix crash report collection when there's nothing to collect. (#16405) 2022-10-24 11:41:48 +02:00
dotnet-linker [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
editors [Tools] Add editor snippets to help new developers. (#12479) 2021-08-19 19:03:14 -04:00
governance Add `$schema` to `cgmanifest.json` (#15842) 2022-09-02 15:32:13 +02:00
install-source Use unix-style line endings in project files. (#15303) 2022-06-21 17:22:58 +02:00
linker [autoformat] Add mtouch.csproj. (#16316) 2022-10-13 10:42:41 +02:00
mlaunch [mlaunch] Fix permisisons after extracting from nuget (#15566) 2022-07-25 18:08:42 -04:00
mmp [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
mtouch [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
nnyeah [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
scripts [release] Move release scripts here. (#16131) 2022-09-27 09:49:32 +02:00
siminstaller Use unix-style line endings in project files. (#15303) 2022-06-21 17:22:58 +02:00
xibuild [actions] Autoformat xibuild.csproj (#16059) 2022-09-22 13:07:01 +02:00
.gitignore
Makefile [tools] Build mtouch when Mac Catalyst is enabled. (#16334) 2022-10-14 09:20:47 +02:00
autoformat.sh [autoformat] Add the AppKit framework. (#16359) 2022-10-17 17:54:19 +02:00
compare-commits.sh [compare-commits] Remove argument to specify the GitHub comments file (#16310) 2022-10-17 17:56:35 +02:00
diff-to-html
list-xamarin-versions.csharp Update DOWNLOADS.md with new releases. (#16258) 2022-10-07 08:05:15 +02:00
nunit3-console-3.9.0 [tools] Fix nunit3-console shell scripts. (#15255) 2022-06-15 14:54:00 +02:00
nunit3-console-3.10.0 [tools] Fix nunit3-console shell scripts. (#15255) 2022-06-15 14:54:00 +02:00
nunit3-console-3.11.1 [tools] Fix nunit3-console shell scripts. (#15255) 2022-06-15 14:54:00 +02:00
nunit3-console-3.12.0 [Tests] Add missing nuget. (#15313) 2022-06-22 17:10:27 -04:00
tools.sln