Add Roslyn source generators for Concrete.Extensions symbols #966
Annotations
12 warnings
|
Post Generate GitHub App token
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
Run dotnet build --no-restore:
src/WarHub.ArmouryModel.RosterEngine/WhamRosterEngine.cs#L72
Member 'AddForce' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Run dotnet build --no-restore:
src/WarHub.ArmouryModel.RosterEngine/WhamRosterEngine.cs#L107
Member 'RemoveForce' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Run dotnet build --no-restore:
src/WarHub.ArmouryModel.RosterEngine/WhamRosterEngine.cs#L33
Member 'CreateRoster' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Run dotnet build --no-restore:
src/WarHub.ArmouryModel.RosterEngine/EntryResolver.cs#L72
Member 'GetChildEntries' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Run dotnet build --no-restore:
src/WarHub.ArmouryModel.RosterEngine/EntryResolver.cs#L45
Member 'GetAvailableEntries' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Run dotnet build --no-restore:
tests/WarHub.ArmouryModel.EditorServices.Tests/WhamWorkspaceTests.cs#L572
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Run dotnet build --no-restore:
tests/WarHub.ArmouryModel.EditorServices.Tests/WhamWorkspaceTests.cs#L571
'WhamWorkspace.GetDiagnostics(DocumentId)' synchronously blocks. Await 'WhamWorkspace.GetDiagnosticsAsync(DocumentId, CancellationToken)' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)
|
|
Run dotnet build --no-restore:
src/WarHub.ArmouryModel.Concrete.Extensions/Diagnostics/WhamDiagnosticInfo.cs#L37
The member 'WhamDiagnosticInfo.Args' does not hide an accessible member. The new keyword is not required.
|
|
Run dotnet build --no-restore:
src/WarHub.ArmouryModel.Concrete.Extensions/Diagnostics/WhamDiagnostic.cs#L15
The member 'WhamDiagnostic.DiagnosticInfo' does not hide an accessible member. The new keyword is not required.
|
|
Run dotnet build --no-restore:
tests/WarHub.ArmouryModel.Concrete.Extensions.Generators.Tests/BoundGeneratorTests.cs#L98
'string.Contains(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'WarHub.ArmouryModel.Concrete.Extensions.Generators.Tests.BoundGeneratorTests.No_output_when_no_Bound_properties()' with a call to 'string.Contains(string, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
|
Generate GitHub App token
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
background
wait
wait-all
cancel
Loading