Fix workflow: master -> main #1
Annotations
1 error and 11 warnings
Build
Process completed with exit code 1.
|
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:
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.'
|
Loading