a854230e8cca5de41c9e7b2e54494f73d0610a7f Ensures that all files are equal as in notifications repo and that all files declare #nullable enable (until we can activate it project wide)
03d7ba019b4f379d403d79a08a73dc57879cd1b0
Use #if !LOCALTEST to block out code that needs to be removed for localtest
Move files that aren't copied (but custom for localtest) to a separate folder.
Rename OrderRepositroy to LocalOrderRepository
Verification
[ ] Your code builds clean without any errors or warnings
[ ] Manual testing done (required)
[ ] Relevant automated test added (if you find this hard, leave it and we'll help out)
[ ] All tests run green
Documentation
[ ] User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)
Changes in 2 separate commits
#nullable enable
(until we can activate it project wide)#if !LOCALTEST
to block out code that needs to be removed for localtestOrderRepositroy
toLocalOrderRepository
Verification
Documentation