Skip to content

Update publish.yml

Update publish.yml #70

GitHub Actions / Qodana for .NET completed Aug 16, 2023 in 0s

10 new problems found by Qodana for .NET

Qodana for .NET

10 new problems were found

Inspection name Severity Problems
Dereference of a possibly null reference. 🔶 Warning 5
Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes). 🔶 Warning 2
Non-nullable member is uninitialized. 🔶 Warning 2
Method return value is never used (non-private accessibility) ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 52 in test/Htmx.Tests/HtmxHttpRequestExtensionsTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 61 in test/Htmx.Tests/HtmxHttpRequestExtensionsTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 70 in test/Htmx.Tests/HtmxHttpRequestExtensionsTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 79 in test/Htmx.Tests/HtmxHttpRequestExtensionsTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 88 in test/Htmx.Tests/HtmxHttpRequestExtensionsTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 32 in test/Htmx.Tests/Helpers/FakeHttpResponse.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).

Nullability of type of parameter 'value' in accessor does not match overridden member 'string? Microsoft.AspNetCore.Http.HttpResponse.ContentType.set' (possibly because of nullability attributes)

Check warning on line 35 in test/Htmx.Tests/Helpers/FakeHttpRequest.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).

Nullability of type of parameter 'value' in accessor does not match overridden member 'string? Microsoft.AspNetCore.Http.HttpRequest.ContentType.set' (possibly because of nullability attributes)

Check notice on line 25 in src/Htmx.TagHelpers/HtmxAntiforgeryScriptEndpoints.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Method return value is never used (non-private accessibility)

Method 'MapHtmxAntiforgeryScript' return value is never used

Check warning on line 10 in test/Htmx.Tests/Helpers/FakeHttpResponse.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Non-nullable member is uninitialized.

Non-nullable properties 'HttpContext', 'Body', 'ContentType', 'Cookies' are uninitialized. Consider declaring the properties as nullable.

Check warning on line 11 in test/Htmx.Tests/Helpers/FakeHttpRequest.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Non-nullable member is uninitialized.

Non-nullable properties 'HttpContext', 'Method', 'Scheme', 'Query', 'Protocol', 'Cookies', 'ContentType', 'Body', 'Form' are uninitialized. Consider declaring the properties as nullable.