Attempt to remove Directory.Packages.Props. #7
Annotations
4 warnings
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
RoslynAnalyzers Types implementing IDocumentFactory must be named *Factory:
CodeQualityTalk/Factories/CreditNoteCreator.cs#L7
(Analyzer) The type CreditNoteCreator must have the Factory suffix because it implements IDocumentFactory
|
String.EndsWith is culture-specific (string.EndsWith(string) is culture-specific):
CodeQualityTalk.Verifier/Program.cs#L20
String.EndsWith(string) is culture-specific
|
String.StartsWith is culture-specific (string.StartsWith(string) is culture-specific):
CodeQualityTalk.Verifier/Program.cs#L42
String.StartsWith(string) is culture-specific
|