fix: remove explicit org check in instancesController #1312
Annotations
8 warnings
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:
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:
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)
|
Loading