Fix spelling mistakes in the documentation #1230
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v3, actions/upload-artifact@v2. 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, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-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/Sockets/InvalidHeaderException.cs#L24
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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)'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "MORYX-Framework-coverage-results", "MORYX-Framework-test-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading