Actor #62
Annotations
2 warnings
|
Build:
src/Sample.Console/Program.cs#L2
Method '<top-level-statements-entry-point>' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Hello, World!". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
Build:
src/Sample.Console/Program.cs#L2
Method '<top-level-statements-entry-point>' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Hello, World!". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|