Skip to content

Bump version

Bump version #115

Triggered via push August 26, 2024 15:38
Status Failure
Total duration 1m 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
publish-docs: MonkeyLoader.ConsoleTest/Program.cs#L38
'MonkeyLoader' does not contain a definition for 'LoggingController' and no accessible extension method 'LoggingController' accepting a first argument of type 'MonkeyLoader' could be found (are you missing a using directive or an assembly reference?)
publish-docs: MonkeyLoader.ConsoleTest/Program.cs#L39
'MonkeyLoader' does not contain a definition for 'LoggingController' and no accessible extension method 'LoggingController' accepting a first argument of type 'MonkeyLoader' could be found (are you missing a using directive or an assembly reference?)
publish-docs: MonkeyLoader.ConsoleTest/Program.cs#L38
'MonkeyLoader' does not contain a definition for 'LoggingController' and no accessible extension method 'LoggingController' accepting a first argument of type 'MonkeyLoader' could be found (are you missing a using directive or an assembly reference?)
publish-docs: MonkeyLoader.ConsoleTest/Program.cs#L39
'MonkeyLoader' does not contain a definition for 'LoggingController' and no accessible extension method 'LoggingController' accepting a first argument of type 'MonkeyLoader' could be found (are you missing a using directive or an assembly reference?)
publish-docs
Process completed with exit code 1.
publish-docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish-docs: MonkeyLoader.CodeGenerators/ConfigPropertiesGenerator.cs#L10
Missing XML comment for publicly visible type or member 'ConfigPropertiesGenerator'
publish-docs: MonkeyLoader.CodeGenerators/ConfigPropertiesGenerator.cs#L14
Missing XML comment for publicly visible type or member 'ConfigPropertiesGenerator.Execute(GeneratorExecutionContext)'
publish-docs: MonkeyLoader.CodeGenerators/ConfigPropertiesGenerator.cs#L45
Missing XML comment for publicly visible type or member 'ConfigPropertiesGenerator.Initialize(GeneratorInitializationContext)'
publish-docs: MonkeyLoader/NuGet/NuGetSource.cs#L82
Possible null reference argument for parameter 'username' in 'PackageSourceCredential.PackageSourceCredential(string source, string username, string passwordText, bool isPasswordClearText, string? validAuthenticationTypesText)'.
publish-docs: MonkeyLoader/NuGet/NuGetSource.cs#L82
Possible null reference argument for parameter 'passwordText' in 'PackageSourceCredential.PackageSourceCredential(string source, string username, string passwordText, bool isPasswordClearText, string? validAuthenticationTypesText)'.
publish-docs: MonkeyLoader/Logging/LoggingConfig.cs#L71
Non-nullable field '_loggingController' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish-docs: MonkeyLoader/AssemblyName.cs#L10
Missing XML comment for publicly visible type or member 'AssemblyName'
publish-docs: MonkeyLoader/AssemblyName.cs#L12
Missing XML comment for publicly visible type or member 'AssemblyName.Filename'
publish-docs: MonkeyLoader/AssemblyName.cs#L13
Missing XML comment for publicly visible type or member 'AssemblyName.Name'
publish-docs: MonkeyLoader/AssemblyName.cs#L15
Missing XML comment for publicly visible type or member 'AssemblyName.AssemblyName(string, bool)'