Skip to content

Update NuGet API key #18

Update NuGet API key

Update NuGet API key #18

Triggered via push January 23, 2024 08:55
Status Success
Total duration 3m 47s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

66 warnings
Linux .NET 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, gittools/actions/gitversion/setup@v0, gittools/actions/gitversion/execute@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 6: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
Linux .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 6: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
Linux .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Linux .NET 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, gittools/actions/gitversion/setup@v0, gittools/actions/gitversion/execute@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Linux .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Linux .NET 7: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
Linux .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Linux .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Linux .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Linux .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Linux .NET 7: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
Linux .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Linux .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, gittools/actions/gitversion/setup@v0, gittools/actions/gitversion/execute@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MacOS .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 6: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
MacOS .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 6: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
MacOS .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
MacOS .NET 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, gittools/actions/gitversion/setup@v0, gittools/actions/gitversion/execute@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MacOS .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 7: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
MacOS .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 7: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
MacOS .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
MacOS .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, gittools/actions/gitversion/setup@v0, gittools/actions/gitversion/execute@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows VS2022 .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 6: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
Windows VS2022 .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 6: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 6: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
Windows VS2022 .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 6: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Windows VS2022 .NET 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, gittools/actions/gitversion/setup@v0, gittools/actions/gitversion/execute@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows VS2022 .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 7: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
Windows VS2022 .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L27
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 7: source/Jobbr.Server/Storage/ExtensionMethods.cs#L30
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 7: source/Jobbr.Server/Builder/JobbrBuilder.cs#L85
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
Windows VS2022 .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
Windows VS2022 .NET 7: source/Jobbr.Server.IntegrationTests/Infrastructure/Extensions.cs#L21
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)