Skip to content

#622 delete nuget.config #2

#622 delete nuget.config

#622 delete nuget.config #2

Triggered via push February 28, 2025 16:56
Status Success
Total duration 1m 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/cloudscribe.MetaWeblog/MetaWeblogRequestParser.cs#L541
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
build: src/cloudscribe.SimpleContent.Storage.NoDb/PageMarkdownSerializer.cs#L45
'CamelCaseNamingConvention.CamelCaseNamingConvention()' is obsolete: 'Use the Instance static field instead of creating new instances'
build: src/cloudscribe.SimpleContent.Storage.NoDb/PostMarkdownSerializer.cs#L44
'CamelCaseNamingConvention.CamelCaseNamingConvention()' is obsolete: 'Use the Instance static field instead of creating new instances'
build: src/cloudscribe.SimpleContent.Storage.NoDb/PageMarkdownSerializer.cs#L74
'CamelCaseNamingConvention.CamelCaseNamingConvention()' is obsolete: 'Use the Instance static field instead of creating new instances'
build: src/cloudscribe.SimpleContent.Storage.NoDb/PostMarkdownSerializer.cs#L73
'CamelCaseNamingConvention.CamelCaseNamingConvention()' is obsolete: 'Use the Instance static field instead of creating new instances'
build: src/cloudscribe.SimpleContent.Storage.NoDb/PostXmlSerializer.cs#L103
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
build: src/cloudscribe.SimpleContent.MetaWeblog/MetaWeblogModelMapper.cs#L31
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
build: src/cloudscribe.SimpleContent.MetaWeblog/MetaWeblogModelMapper.cs#L101
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
build: src/cloudscribe.SimpleContent.Web/Services/ProjectEmailService.cs#L74
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
build: src/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql/Migrations/20181009120713_simplecontent-initial.cs#L6
The type name 'simplecontentinitial' only contains lower-cased ascii characters. Such names may become reserved for the language.