Skip to content

feat: Update YumeCore Dependency Injection #134

feat: Update YumeCore Dependency Injection

feat: Update YumeCore Dependency Injection #134

Triggered via push July 15, 2023 11:04
Status Failure
Total duration 48s
Artifacts

dotnet-build.yml

on: push
build-debug
34s
build-debug
build-release
37s
build-release
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 22 warnings
build-debug: src/YumeChan.Core/Infrastructure/YumeCoreDependencyInjectionExtensions.cs#L38
The type or namespace name 'PluginsDependenciesManager' could not be found (are you missing a using directive or an assembly reference?)
build-debug: src/YumeChan.Core/Infrastructure/YumeCoreDependencyInjectionExtensions.cs#L38
The type or namespace name 'PluginsDependenciesManager' could not be found (are you missing a using directive or an assembly reference?)
build-debug
Process completed with exit code 1.
build-release: src/YumeChan.Core/Infrastructure/YumeCoreDependencyInjectionExtensions.cs#L38
The type or namespace name 'PluginsDependenciesManager' could not be found (are you missing a using directive or an assembly reference?)
build-release: src/YumeChan.Core/Infrastructure/YumeCoreDependencyInjectionExtensions.cs#L38
The type or namespace name 'PluginsDependenciesManager' could not be found (are you missing a using directive or an assembly reference?)
build-release
Process completed with exit code 1.
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/Json/Converters/JsonDictionaryConverter.cs#L25
Converting null literal or possible null value to non-nullable type.
build-debug: src/YumeChan.Core/Infrastructure/SlashCommands/SlashCommandsExtensions.cs#L59
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 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)'.
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/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/Infrastructure/SlashCommands/SlashCommandsExtensions.cs#L59
Cannot convert null literal to non-nullable reference type.
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)'.