Initial Version #9
Annotations
3 errors
build:
src/Immediate.Handlers.Shared/Behavior.cs#L1
Rename namespace Immediate.Handlers.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build:
src/Immediate.Handlers.Shared/Behavior.cs#L1
Rename namespace Immediate.Handlers.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build
Process completed with exit code 1.
|