Bump Swashbuckle.AspNetCore from 6.5.0 to 6.8.0 #1306
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Execute dotnet build:
src/Moryx/Communication/Interpreter/DelimitedMessageInterpreter.cs#L12
'DelimitedMessageInterpreter' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Execute dotnet build:
src/Moryx/Communication/Interpreter/HeaderMessageInterpreter.cs#L11
'HeaderMessageInterpreter<THeader>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Execute dotnet build:
src/Moryx/Communication/Endpoints/Connector/VersionCompare.cs#L13
Missing XML comment for publicly visible type or member 'VersionCompare.ClientMatch(Version, Version)'
|
Execute dotnet build:
src/Moryx/Logging/ModuleLogger.cs#L17
Missing XML comment for publicly visible type or member 'ModuleLogger.Name'
|
Execute dotnet build:
src/Moryx/Logging/ModuleLogger.cs#L19
Missing XML comment for publicly visible type or member 'ModuleLogger.NotificationTarget'
|
Execute dotnet build:
src/Moryx/Logging/ModuleLogger.cs#L21
Missing XML comment for publicly visible type or member 'ModuleLogger.IsEnabled(LogLevel)'
|
Execute dotnet build:
src/Moryx/Logging/ModuleLogger.cs#L31
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory)'
|
Execute dotnet build:
src/Moryx/Logging/ModuleLogger.cs#L36
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory, Action<LogLevel, string, Exception>)'
|
Execute dotnet build:
src/Moryx/Logging/ModuleLogger.cs#L50
Missing XML comment for publicly visible type or member 'ModuleLogger.GetChild(string, Type)'
|
Execute dotnet build:
src/Moryx/Logging/ModuleLogger.cs#L58
Missing XML comment for publicly visible type or member 'ModuleLogger.Log<TState>(LogLevel, EventId, TState, Exception, Func<TState, Exception, string>)'
|
Loading