Skip to content

update nuget

update nuget #36

Triggered via push September 18, 2024 12:00
Status Success
Total duration 57s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting.Extensions/WebHelper.cs#L52
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting.Extensions/WebHelper.cs#L52
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: DH.NRemoting/ClientPoolCluster.cs#L42
'IPool<T>.Put(T)' is obsolete: 'Please use Return from 2024-02-01'
test: Demo/Program.cs#L54
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: XUnitTest/JsonEncoderTests.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.