feat(vfs): add VFS decorators and S3/database backends#21
Merged
Annotations
11 warnings
|
Build:
src/SquidStd.Templating/Interfaces/ITemplateRenderer.cs#L12
In virtual/interface member ITemplateRenderer.RenderAsync(string, object, CancellationToken), 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