Skip to content

refactor!: Major solution-wide refactor #133

refactor!: Major solution-wide refactor

refactor!: Major solution-wide refactor #133

Triggered via push July 13, 2023 11:39
Status Success
Total duration 1m 2s
Artifacts

dotnet-build.yml

on: push
build-debug
51s
build-debug
build-release
47s
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/YumeCore.cs#L45
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'CommandHandler' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'LavalinkHandler' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'Services' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'ConfigProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'CoreProperties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-release: src/YumeChan.Core/CommandHandler.cs#L74
Dereference of a possibly null reference.
build-release: src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L80
Converting null literal or possible null value to non-nullable type.
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/YumeCore.cs#L45
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-debug: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'CommandHandler' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-debug: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'LavalinkHandler' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-debug: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'Services' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-debug: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-debug: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'ConfigProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-debug: src/YumeChan.Core/YumeCore.cs#L45
Non-nullable property 'CoreProperties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-debug: src/YumeChan.Core/CommandHandler.cs#L74
Dereference of a possibly null reference.
build-debug: src/YumeChan.Core/Services/Config/JsonConfigProvider.cs#L80
Converting null literal or possible null value to non-nullable type.