Skip to content

Merge pull request #38 from khalidabuhakmeh/fix-antiforgery-path #68

Merge pull request #38 from khalidabuhakmeh/fix-antiforgery-path

Merge pull request #38 from khalidabuhakmeh/fix-antiforgery-path #68

Triggered via push October 23, 2023 14:57
Status Success
Total duration 52s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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: test/Htmx.Tests/Helpers/FakeHttpResponse.cs#L32
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: test/Htmx.Tests/Helpers/FakeHttpRequest.cs#L35
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: test/Htmx.Tests/Helpers/FakeHttpResponse.cs#L10
Non-nullable property 'HttpContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/Htmx.Tests/Helpers/FakeHttpResponse.cs#L10
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/Htmx.Tests/Helpers/FakeHttpResponse.cs#L10
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/Htmx.Tests/Helpers/FakeHttpResponse.cs#L10
Non-nullable property 'Cookies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/Htmx.Tests/Helpers/FakeHttpRequest.cs#L11
Non-nullable property 'HttpContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/Htmx.Tests/Helpers/FakeHttpRequest.cs#L11
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/Htmx.Tests/Helpers/FakeHttpRequest.cs#L11
Non-nullable property 'Scheme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/Htmx.Tests/Helpers/FakeHttpRequest.cs#L11
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.