Skip to content

fix test

fix test #325

Triggered via push March 31, 2024 12:25
Status Success
Total duration 55s
Artifacts

dotnet-core.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: HelloJkwCore/Common/User/UserRole.cs#L29
Nullability of reference types in type of parameter 'other' of 'bool UserRole2.Equals(UserRole2 other)' doesn't match implicitly implemented member 'bool IEquatable<UserRole2>.Equals(UserRole2? other)' (possibly because of nullability attributes).
build: HelloJkwCore/Common/Utils/StringId.cs#L67
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: HelloJkwCore/Common/Utils/StringId.cs#L21
Nullability of reference types in type of parameter 'other' of 'int StringId.CompareTo(StringId other)' doesn't match implicitly implemented member 'int IComparable<StringId>.CompareTo(StringId? other)' (possibly because of nullability attributes).
build: HelloJkwCore/Common/Utils/StringId.cs#L54
Nullability of reference types in type of parameter 'other' of 'bool StringId.Equals(StringId other)' doesn't match implicitly implemented member 'bool IEquatable<StringId>.Equals(StringId? other)' (possibly because of nullability attributes).
build: HelloJkwCore/Common/User/UserId.cs#L13
Nullability of reference types in type of parameter 'other' of 'bool UserId.Equals(UserId other)' doesn't match implicitly implemented member 'bool IEquatable<UserId>.Equals(UserId? other)' (possibly because of nullability attributes).
build: HelloJkwCore/Common/FileSystem/FileSystem/DropboxFileSystem.cs#L12
Cannot convert null literal to non-nullable reference type.
build: HelloJkwCore/Common/FileSystem/FileSystem/DropboxFileSystem.cs#L81
Cannot convert null literal to non-nullable reference type.
build: HelloJkwCore/Common/FileSystem/FileSystem/IFileSystem.cs#L11
Cannot convert null literal to non-nullable reference type.
build: HelloJkwCore/Common/FileSystem/FileSystem/AzureFileSystem.cs#L19
Cannot convert null literal to non-nullable reference type.
build: HelloJkwCore/Common/FileSystem/FileSystem/AzureFileSystem.cs#L103
Cannot convert null literal to non-nullable reference type.