Skip to content

feat: Update Nodsoft.MoltenObsidian packages to version 0.5.13 #136

feat: Update Nodsoft.MoltenObsidian packages to version 0.5.13

feat: Update Nodsoft.MoltenObsidian packages to version 0.5.13 #136

Triggered via push July 16, 2023 13:40
Status Success
Total duration 56s
Artifacts

dotnet-build.yml

on: push
build-debug
46s
build-debug
build-release
43s
build-release
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-release: src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L17
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/CommandHandler.cs#L74
Dereference of a possibly null reference.
build-release: src/YumeChan.Core/Infrastructure/Json/Converters/JsonDictionaryConverter.cs#L25
Converting null literal or possible null value to non-nullable type.
build-release: src/YumeChan.Core/Infrastructure/SlashCommands/SlashCommandsExtensions.cs#L59
Cannot convert null literal to non-nullable reference type.
build-release: src/YumeChan.Core/Services/Config/InterfaceWritableConfigWrapper.cs#L22
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L80
Converting null literal or possible null value to non-nullable type.
build-release: src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L84
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build-debug
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-debug: src/YumeChan.Core/Services/Config/JsonWritableConfig.cs#L17
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/CommandHandler.cs#L74
Dereference of a possibly null reference.
build-debug: src/YumeChan.Core/Infrastructure/SlashCommands/SlashCommandsExtensions.cs#L59
Cannot convert null literal to non-nullable reference type.
build-debug: src/YumeChan.Core/Infrastructure/Json/Converters/JsonDictionaryConverter.cs#L25
Converting null literal or possible null value to non-nullable 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 declaring the property as nullable.
build-debug: src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L80
Converting null literal or possible null value to non-nullable type.
build-debug: src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L84
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.