Skip to content

feat: Add new favicon and update meta tags #146

feat: Add new favicon and update meta tags

feat: Add new favicon and update meta tags #146

Triggered via push September 8, 2024 11:55
Status Failure
Total duration 41s
Artifacts

dotnet-build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 15 warnings
build (Release): src/YumeChan.Core/CommandHandler.cs#L47
The type 'ulong?' cannot be declared const
build (Release): src/YumeChan.Core/CommandHandler.cs#L47
The type 'ulong?' cannot be declared const
build (Release)
Process completed with exit code 1.
build (Debug)
The job was canceled because "Release" failed.
build (Debug)
The operation was canceled.
build (Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (Release): src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L16
Nullability of reference types in return type of 'string? JsonWritableConfig.CurrentPrefix.get' doesn't match implicitly implemented member 'string IWritableConfiguration.CurrentPrefix.get' (possibly because of nullability attributes).
build (Release): src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L296
Nullability of reference types in return type of 'IChangeToken? JsonWritableConfig.GetReloadToken()' doesn't match implicitly implemented member 'IChangeToken IConfiguration.GetReloadToken()' (possibly because of nullability attributes).
build (Release): src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L16
Nullability of reference types in return type of 'string? JsonWritableConfig.CurrentPrefix.get' doesn't match implicitly implemented member 'string IWritableConfiguration.CurrentPrefix.get' (possibly because of nullability attributes).
build (Release): src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L296
Nullability of reference types in return type of 'IChangeToken? JsonWritableConfig.GetReloadToken()' doesn't match implicitly implemented member 'IChangeToken IConfiguration.GetReloadToken()' (possibly because of nullability attributes).
build (Debug): src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L16
Nullability of reference types in return type of 'string? JsonWritableConfig.CurrentPrefix.get' doesn't match implicitly implemented member 'string IWritableConfiguration.CurrentPrefix.get' (possibly because of nullability attributes).
build (Debug): src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L296
Nullability of reference types in return type of 'IChangeToken? JsonWritableConfig.GetReloadToken()' doesn't match implicitly implemented member 'IChangeToken IConfiguration.GetReloadToken()' (possibly because of nullability attributes).
build (Debug): src/YumeChan.Core/Infrastructure/SlashCommands/SlashCommandsExtensions.cs#L61
Cannot convert null literal to non-nullable reference type.
build (Debug): src/YumeChan.Core/Services/Config/InterfaceWritableConfigWrapper.cs#L22
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L40
Possible null reference argument for parameter 'root' in 'PhysicalFileProvider.PhysicalFileProvider(string root)'.
build (Debug): src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L79
Converting null literal or possible null value to non-nullable type.
build (Debug): src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L83
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (Debug): src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L86
Possible null reference argument for parameter 'path' in 'StreamWriter File.CreateText(string path)'.