mirror of
https://github.com/actions/runner.git
synced 2025-12-10 04:06:57 +00:00
ec9cb6c68d55c363a546f4ff0766d9c0b37181bf
The build warnings were of these type (mostly reported by xUnit's Code Analyzers): - Fixed wrong parameter order in xUnit assertions (can lead to poor error reporting in test failures) - Unused code was removed - Correct assertions were used (e.g. Assert.True/.Contains/.EndsWith) - Public non-test methods on test classes were made private
Languages
C#
95.9%
JavaScript
3%
Shell
1%



