Skip to content

Merge pull request #663 from cloudscribe/version_8.7 #38

Merge pull request #663 from cloudscribe/version_8.7

Merge pull request #663 from cloudscribe/version_8.7 #38

Triggered via push November 19, 2025 17:59
Status Success
Total duration 1m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/cloudscribe.SimpleContent.Web/ViewModels/PageEditViewModel.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/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.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/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/PageMarkdownSerializer.cs#L45
'CamelCaseNamingConvention.CamelCaseNamingConvention()' is obsolete: 'Use the Instance static field instead of creating new instances'
build: src/cloudscribe.SimpleContent.Models/Page/IPage.cs#L71
'IPage.Script' hides inherited member 'IContentItem.Script'. Use the new keyword if hiding was intended.
build: src/cloudscribe.SimpleContent.Models/Page/IPage.cs#L71
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/cloudscribe.SimpleContent.Models/Page/Page.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.