Skip to content

Commit

Permalink
Disable nullable to replicate in tests users that does use this
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Gamache committed Dec 7, 2023
1 parent d4ac361 commit dad7bf5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#nullable disable // To reproduce users that don't have nullable enabled

using Azure.Identity;

namespace Workleap.DomainEventPropagation.Publishing.Tests;
Expand Down

0 comments on commit dad7bf5

Please sign in to comment.