Skip to content

Add code blocks

Add code blocks #87

Triggered via push January 18, 2024 09:28
Status Success
Total duration 1m 2s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L104
Non-nullable property 'Text' 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/BlockExtensions.cs#L122
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/BlockExtensions.cs#L110
Non-nullable property 'Text' 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/Lib/ApiV3/Results/NotionErrorResult.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NotionSharp/Lib/ApiV3/Results/NotionErrorResult.cs#L12
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.