Skip to content

Merge pull request #20 from jzebedee/main #56

Merge pull request #20 from jzebedee/main

Merge pull request #20 from jzebedee/main #56

Triggered via push July 21, 2023 19:33
Status Success
Total duration 3m 51s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
Use of obsolete symbol: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L148
SYSLIB0020: JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.
Non-nullable member is uninitialized.: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L184
Non-nullable property 'RequestToken' is uninitialized. Consider declaring the property as nullable.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L148
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
build: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L192
Possible null reference assignment.
build: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L184
Non-nullable property 'RequestToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L148
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
build: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L192
Possible null reference assignment.
build: src/Htmx.TagHelpers/HtmxConfigMetaTagHelper.cs#L184
Non-nullable property 'RequestToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.