Skip to content

fix: language determination (#21) #17

fix: language determination (#21)

fix: language determination (#21) #17

Triggered via push March 17, 2024 18:38
Status Success
Total duration 30s
Artifacts

unit-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: UnitTests/Import/FileClientTest.cs#L57
Cannot convert null literal to non-nullable reference type.
build: UnitTests/Notion/Utils/PageBuilderTest.cs#L39
Dereference of a possibly null reference.
build: UnitTests/Notion/Utils/PageBuilderTest.cs#L49
Dereference of a possibly null reference.
build: UnitTests/Notion/Utils/PageBuilderTest.cs#L50
Dereference of a possibly null reference.
build: UnitTests/Notion/Utils/PageBuilderTest.cs#L200
Converting null literal or possible null value to non-nullable type.
build: UnitTests/Parser/BooksParserTest.cs#L132
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build: UnitTests/Parser/BooksParserTest.cs#L148
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build: UnitTests/Import/FileClientTest.cs#L57
Cannot convert null literal to non-nullable reference type.
build: UnitTests/Notion/Utils/PageBuilderTest.cs#L39
Dereference of a possibly null reference.
build: UnitTests/Notion/Utils/PageBuilderTest.cs#L49
Dereference of a possibly null reference.