Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 13 forks source link

My suggested changes to feature/notifications #65

Closed ivarne closed 12 months ago

ivarne commented 1 year ago

Changes in 2 separate commits

  1. 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)
  2. 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

Documentation