Skip to content

Raise public versions. #3

Raise public versions.

Raise public versions. #3

Triggered via push July 16, 2024 11:37
Status Success
Total duration 2m 16s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses Node.js version which is deprecated 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/
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.'