Support return object in logscope execute #41
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Pack:
src/Yapoml.Framework/Options/ServicesContainer.cs#L14
Possible null reference assignment.
|
Pack:
src/Yapoml.Framework/Options/ServicesContainer.cs#L16
Possible null reference argument for parameter 'instance' in 'TypeRegisteredEventArgs.TypeRegisteredEventArgs(Type type, object instance)'.
|
Pack:
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.
|
Pack:
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.
|
Pack:
src/Yapoml.Framework/Logging/ILogScope.cs#L6
Missing XML comment for publicly visible type or member 'ILogScope'
|
Pack:
src/Yapoml.Framework/Logging/ILogScope.cs#L8
Missing XML comment for publicly visible type or member 'ILogScope.Name'
|
Pack:
src/Yapoml.Framework/Logging/ILogScope.cs#L10
Missing XML comment for publicly visible type or member 'ILogScope.LogLevel'
|
Pack:
src/Yapoml.Framework/Logging/ILogScope.cs#L12
Missing XML comment for publicly visible type or member 'ILogScope.Depth'
|
Pack:
src/Yapoml.Framework/Logging/ILogScope.cs#L14
Missing XML comment for publicly visible type or member 'ILogScope.Parent'
|
Pack:
src/Yapoml.Framework/Logging/ILogScope.cs#L16
Missing XML comment for publicly visible type or member 'ILogScope.BeginTime'
|
Loading