Fix artifact copy #1202
Annotations
1 error and 20 warnings
build_net
Process completed with exit code 1.
|
build_node:
@xoutput/webapp/src/files.d.ts#L2
Unexpected any. Specify a different type
|
build_node:
@xoutput/webapp/src/ui/Router.tsx#L36
Unexpected any. Specify a different type
|
build_node:
@xoutput/webapp/src/ui/emulation/axis.tsx#L41
Unexpected any. Specify a different type
|
build_node:
@xoutput/webapp/src/ui/emulation/axis.tsx#L57
Unexpected any. Specify a different type
|
build_node:
@xoutput/webapp/src/ui/emulation/button.tsx#L20
'event' is defined but never used
|
build_node:
@xoutput/webapp/src/ui/emulation/button.tsx#L26
'event' is defined but never used
|
build_node:
@xoutput/webapp/src/ui/emulation/button.tsx#L41
Unexpected any. Specify a different type
|
build_node:
@xoutput/webapp/src/ui/emulation/button.tsx#L57
Unexpected any. Specify a different type
|
build_node:
@xoutput/webapp/src/ui/emulation/dpad.tsx#L63
Unexpected any. Specify a different type
|
build_node:
@xoutput/webapp/src/ui/emulation/dpad.tsx#L80
Unexpected any. Specify a different type
|
build_net:
XOutput.Core/External/ProcessHelper.cs#L9
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
build_net:
XOutput.Core/Resources/AssemblyResourceManager.cs#L10
All 'GetResourceStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build_net:
XOutput.Core/Versioning/GithubVersionGetter.cs#L15
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build_net:
XOutput.Core/DependencyInjection/ApplicationContext.cs#L121
Remove the unused private method 'ResolveEnumerableType'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
build_net:
XOutput.Core/Notifications/NotificationService.cs#L30
Use 'Guid.NewGuid()' or 'Guid.Empty' or add arguments to this GUID instantiation. (https://rules.sonarsource.com/csharp/RSPEC-4581)
|
build_net:
XOutput.Core/Notifications/NotificationService.cs#L47
Refactor the containing loop to do more than one iteration. (https://rules.sonarsource.com/csharp/RSPEC-1751)
|
build_net:
XOutput.Core/External/CommandRunner.cs#L17
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
|
build_net:
XOutput.Core/Versioning/Version.cs#L29
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
build_net:
XOutput.Core/Versioning/GithubVersionGetter.cs#L49
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
build_net:
XOutput.Core/Configuration/ConfigurationManager.cs#L85
Loops should be simplified with "LINQ" expressions (https://rules.sonarsource.com/csharp/RSPEC-3267)
|