Skip to content

Merge pull request #658 from cloudscribe/conflict_resolve #10

Merge pull request #658 from cloudscribe/conflict_resolve

Merge pull request #658 from cloudscribe/conflict_resolve #10

Triggered via push August 21, 2025 14:14
Status Success
Total duration 1m 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql/Migrations/20181009120713_simplecontent-initial.Designer.cs#L15
The type name 'simplecontentinitial' only contains lower-cased ascii characters. Such names may become reserved for the language.
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.
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.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.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.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.Models/Page/Page.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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.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)