Merge pull request #10 from dotnet-campus/t/walterlv/new #2
Annotations
1 error and 12 warnings
Push generated package to GitHub registry
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, nuget/setup-nuget@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/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 with dotnet:
src/dotnetCampus.Logger/CompositeLogger.cs#L32
Missing XML comment for publicly visible type or member 'CompositeLogger.Log<TState>(LogLevel, EventId, TState, Exception?, Func<TState, Exception?, string>)'
|
Build with dotnet:
src/dotnetCampus.Logger/LoggerBuilder.cs#L33
Missing XML comment for publicly visible type or member 'LoggerBuilder.WithLevel(LogLevel)'
|
Build with dotnet:
src/dotnetCampus.Logger/LoggerBuilder.cs#L40
Missing XML comment for publicly visible type or member 'LoggerBuilder.WithOptions(LogOptions)'
|
Build with dotnet:
src/dotnetCampus.Logger/LoggerBuilder.cs#L46
Missing XML comment for publicly visible type or member 'LoggerBuilder.AddWriter(ILogger)'
|
Build with dotnet:
src/dotnetCampus.Logger/LoggerBuilder.cs#L52
Missing XML comment for publicly visible type or member 'LoggerBuilder.AddBridge(ILoggerBridgeLinker)'
|
Build with dotnet:
src/dotnetCampus.Logger/LoggerBuilder.cs#L58
Missing XML comment for publicly visible type or member 'LoggerBuilder.Build()'
|
Build with dotnet:
src/dotnetCampus.Logger/Writers/ConsoleLogger.cs#L11
Missing XML comment for publicly visible type or member 'ConsoleLogger'
|
Build with dotnet:
src/dotnetCampus.Logger/Writers/ConsoleLogger.cs#L25
Missing XML comment for publicly visible type or member 'ConsoleLogger.ConsoleLogger()'
|
Build with dotnet:
src/dotnetCampus.Logger/Writers/ConsoleLogger.cs#L30
Missing XML comment for publicly visible type or member 'ConsoleLogger.Log<TState>(LogLevel, EventId, TState, Exception?, Func<TState, Exception?, string>)'
|
Build with dotnet:
src/dotnetCampus.Logger/CompositeLogger.cs#L32
Missing XML comment for publicly visible type or member 'CompositeLogger.Log<TState>(LogLevel, EventId, TState, Exception?, Func<TState, Exception?, string>)'
|
Loading