build: Bump the dotnet group with 12 updates#64
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Annotations
1 error and 11 warnings
|
Test
Process completed with exit code 1.
|
|
Build:
src/SquidStd.Templating/Interfaces/ITemplateRenderer.cs#L9
In virtual/interface member ITemplateRenderer.Register(string, string), rename parameter template so that it no longer conflicts with the reserved language keyword 'template'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/SquidStd.Actors/Actor.cs#L112
In virtual/interface member Actor<TMessage>.OnErrorAsync(TMessage, Exception), rename parameter error so that it no longer conflicts with the reserved language keyword 'Error'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/SquidStd.Actors/Actor.cs#L112
In virtual/interface member Actor<TMessage>.OnErrorAsync(TMessage, Exception), rename parameter error so that it no longer conflicts with the reserved language keyword 'Error'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/SquidStd.Actors/Interfaces/IActorRequestCore.cs#L11
In virtual/interface member IActorRequestCore.Fail(Exception), rename parameter error so that it no longer conflicts with the reserved language keyword 'Error'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/SquidStd.Actors/Interfaces/IActorRequestCore.cs#L11
In virtual/interface member IActorRequestCore.Fail(Exception), rename parameter error so that it no longer conflicts with the reserved language keyword 'Error'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/SquidStd.Core/Interfaces/Files/IFileWatcherService.cs#L33
Rename virtual/interface member IFileWatcherService.Stop() so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/SquidStd.Core/Interfaces/Files/IFileWatcherService.cs#L33
Rename virtual/interface member IFileWatcherService.Stop() so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/SquidStd.Core/Extensions/Strings/Base64Extensions.cs#L8
Names of 'Members' and 'SquidStd.Core.Extensions.Strings.Base64Extensions.extension(byte[]), SquidStd.Core.Extensions.Strings.Base64Extensions.extension(string)' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
Build:
src/SquidStd.Core/Extensions/Strings/Base64Extensions.cs#L8
Names of 'Members' and 'SquidStd.Core.Extensions.Strings.Base64Extensions.extension(byte[]), SquidStd.Core.Extensions.Strings.Base64Extensions.extension(string)' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
Build
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
|
|
Restore
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
|
background
wait
wait-all
cancel
parallel
Loading