Skip to content

publish to nuget

publish to nuget #72

Re-run triggered November 25, 2023 18:28
Status Failure
Total duration 17s
Artifacts

main.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
publish
Process completed with exit code 1.
build: NotionSharp/BlockExtensions.cs#L88
Non-nullable property 'Columns' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/BlockExtensions.cs#L93
Non-nullable property 'ColumnBlock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/BlockExtensions.cs#L99
Non-nullable property 'Lines' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/BlockExtensions.cs#L20
Non-nullable property 'AcceptedBlockTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/NotionUtils.cs#L14
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components instead.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
build: NotionSharp/BlockExtensions.cs#L104
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/BlockExtensions.cs#L122
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/NotionSessionExtensions.cs#L60
Possible null reference return.
build: NotionSharp/BlockExtensions.cs#L136
Possible null reference argument for parameter 'contentIds' in 'bool BlockExtensions.Transform(List<Guid> contentIds, Dictionary<Guid, Block> allBlocks, TransformOptions transformOptions)'.
build: NotionSharp/BlockExtensions.cs#L110
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.