Add DOSBox Windows Support #1664
Annotations
6 warnings
Test:
src/BizHawk.Tests/Client.Common/lua/LuaTests.cs#L15
Class 'LuaTests' contains test methods and should be marked with '[TestClass]' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0030)
|
Test:
src/BizHawk.Tests/Client.Common/lua/LuaTests.cs#L15
Public type 'LuaTests' should be marked with '[TestClass]' or changed to 'internal' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0004)
|
Test:
src/BizHawk.Emulation.Cores/Computers/DOS/DOSBox.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
Test:
src/BizHawk.Emulation.Cores/Computers/DOS/DOSBox.cs#L222
Empty collection expression should be `[ ]`
|
Test:
src/BizHawk.Emulation.Cores/Computers/DOS/DOSBox.cs#L173
Empty collection expression should be `[ ]`
|
Test:
src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs#L859
Use trailing comma in multi-line initializers (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md)
|
Loading