Skip to content

Fix CI error

Fix CI error #46

Triggered via push August 30, 2024 10:12
Status Success
Total duration 30s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Yapoml.Framework/Options/ServicesContainer.cs#L14
Possible null reference assignment.
build: src/Yapoml.Framework/Options/ServicesContainer.cs#L16
Possible null reference argument for parameter 'instance' in 'TypeRegisteredEventArgs.TypeRegisteredEventArgs(Type type, object instance)'.
build: src/Yapoml.Framework/Options/ServicesContainer.cs#L10
Non-nullable event 'OnTypeRegistered' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: src/Yapoml.Framework/Logging/LogScope.cs#L10
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Yapoml.Framework/Logging/ILogScope.cs#L6
Missing XML comment for publicly visible type or member 'ILogScope'
build: src/Yapoml.Framework/Logging/ILogScope.cs#L8
Missing XML comment for publicly visible type or member 'ILogScope.Name'
build: src/Yapoml.Framework/Logging/ILogScope.cs#L10
Missing XML comment for publicly visible type or member 'ILogScope.LogLevel'
build: src/Yapoml.Framework/Logging/ILogScope.cs#L12
Missing XML comment for publicly visible type or member 'ILogScope.Depth'
build: src/Yapoml.Framework/Logging/ILogScope.cs#L14
Missing XML comment for publicly visible type or member 'ILogScope.Parent'
build: src/Yapoml.Framework/Logging/ILogScope.cs#L16
Missing XML comment for publicly visible type or member 'ILogScope.BeginTime'