Skip to content

Create solution filter for github actions. #2

Create solution filter for github actions.

Create solution filter for github actions. #2

Triggered via push March 14, 2024 00:33
Status Success
Total duration 2m 20s
Artifacts

publish.yml

on: push
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@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build: src/SenseNet.IdentityServer4/EmailSender.cs#L17
'IEmailSender' is obsolete: 'Use the EmailSender feature from Tools instead.'
build: src/SenseNet.IdentityServer4/SnIdentityServerExtensions.cs#L13
'IEmailSender' is obsolete: 'Use the EmailSender feature from Tools instead.'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L66
'Content.LoadAsync(int, ServerContext?)' is obsolete: 'Use LoadContentAsync(int id, CancellationToken cancel) method of the IRepository.'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L132
'Content.LoadAsync(int, ServerContext?)' is obsolete: 'Use LoadContentAsync(int id, CancellationToken cancel) method of the IRepository.'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L192
'Content.Create(int, ServerContext?)' is obsolete: 'Use CreateExistingContent(int id) or CreateExistingContent<T>(int id) methods of the IRepository.'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L198
'Content.SaveAsync()' is obsolete: 'Use overload SaveAsync(CancellationToken).'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L211
'Content.QueryForAdminAsync(string, string[]?, string[]?, QuerySettings?, ServerContext?)' is obsolete: 'Use QueryForAdminAsync or QueryForAdminAsync<T> methods of the IRepository.'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L308
'Content.Create(int, ServerContext?)' is obsolete: 'Use CreateExistingContent(int id) or CreateExistingContent<T>(int id) methods of the IRepository.'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L315
'Content.SaveAsync()' is obsolete: 'Use overload SaveAsync(CancellationToken).'
build: src/SenseNet.IdentityServer4/SnClientConnector.cs#L400
'Content.Create(int, ServerContext?)' is obsolete: 'Use CreateExistingContent(int id) or CreateExistingContent<T>(int id) methods of the IRepository.'