Add sync adapter scope for administrative access #1333
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Autobuild:
test/Altinn.Platform.Storage.Interface.Tests/AllowInSubform/AllowInSubformTests.cs#L15
'ApplicationLogic.AllowInSubform' is obsolete: 'This property is no longer in use and will be removed in the future.'
|
Autobuild:
test/Altinn.Platform.Storage.Interface.Tests/AllowInSubform/AllowInSubformTests.cs#L23
'ApplicationLogic.AllowInSubform' is obsolete: 'This property is no longer in use and will be removed in the future.'
|
Autobuild:
src/Storage/Authorization/StorageAccessHandler.cs#L55
Parameter 'authorizationService' has no matching param tag in the XML comment for 'StorageAccessHandler.StorageAccessHandler(IHttpContextAccessor, IPDP, IAuthorization, IOptions<GeneralSettings>, IOptions<PepSettings>, ILogger<StorageAccessHandler>, IInstanceRepository, IMemoryCache)' (but other parameters do)
|
Autobuild:
src/Storage/Authorization/StorageAccessHandler.cs#L56
Parameter 'generalSettings' has no matching param tag in the XML comment for 'StorageAccessHandler.StorageAccessHandler(IHttpContextAccessor, IPDP, IAuthorization, IOptions<GeneralSettings>, IOptions<PepSettings>, ILogger<StorageAccessHandler>, IInstanceRepository, IMemoryCache)' (but other parameters do)
|
Autobuild:
test/UnitTest/TestingControllers/MessageboxInstancesControllerTests.cs#L1163
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
Autobuild:
test/UnitTest/TestingControllers/MessageboxInstancesControllerTests.cs#L1162
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Autobuild:
test/Altinn.Platform.Storage.Interface.Tests/AllowInSubform/AllowInSubformTests.cs#L15
'ApplicationLogic.AllowInSubform' is obsolete: 'This property is no longer in use and will be removed in the future.'
|
Autobuild:
test/Altinn.Platform.Storage.Interface.Tests/AllowInSubform/AllowInSubformTests.cs#L23
'ApplicationLogic.AllowInSubform' is obsolete: 'This property is no longer in use and will be removed in the future.'
|
Autobuild:
src/Storage/Authorization/StorageAccessHandler.cs#L55
Parameter 'authorizationService' has no matching param tag in the XML comment for 'StorageAccessHandler.StorageAccessHandler(IHttpContextAccessor, IPDP, IAuthorization, IOptions<GeneralSettings>, IOptions<PepSettings>, ILogger<StorageAccessHandler>, IInstanceRepository, IMemoryCache)' (but other parameters do)
|
Autobuild:
src/Storage/Authorization/StorageAccessHandler.cs#L56
Parameter 'generalSettings' has no matching param tag in the XML comment for 'StorageAccessHandler.StorageAccessHandler(IHttpContextAccessor, IPDP, IAuthorization, IOptions<GeneralSettings>, IOptions<PepSettings>, ILogger<StorageAccessHandler>, IInstanceRepository, IMemoryCache)' (but other parameters do)
|
Loading