Skip to content

Build(deps): Bump log4net from 2.0.15 to 2.0.16 #378

Build(deps): Bump log4net from 2.0.15 to 2.0.16

Build(deps): Bump log4net from 2.0.15 to 2.0.16 #378

Triggered via pull request March 11, 2024 04:53
Status Success
Total duration 2m 15s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1, gittools/actions/gitversion/setup@v0.9.15, gittools/actions/gitversion/execute@v0.9.15, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, 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/
build
No files were found with the provided path: D:\a\CertXplorer\CertXplorer/src/Delta.CertXplorer/bin/Release/net48/*. No artifacts will be uploaded.
build
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
build
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
build
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
build
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
build: src/Delta.CertXplorer.Extensibility/ServiceNotFoundException.cs#L21
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
build: src/Delta.CertXplorer.Extensibility/ServiceNotFoundException.cs#L21
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
build: src/Delta.CertXplorer.Core/ComponentModel/ServiceNotFoundException.cs#L92
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
build: src/Delta.CertXplorer.Extensibility/ServiceNotFoundException.cs#L21
'SecurityPermissionFlag' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
build: src/Delta.CertXplorer.Core/ComponentModel/ServiceNotFoundException.cs#L92
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
build: src/Delta.CertXplorer.Extensibility/ServiceNotFoundException.cs#L22
Member 'ServiceNotFoundException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'ServiceNotFoundException.GetObjectData(SerializationInfo, StreamingContext)'.