-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix nullable warning The compiler was throwing a warning that it was possible for the constructer to return null in certain circumstances. This rearranges the function so that cannot happen. * Fix CodeSmell: Use NullReferenceException * Fix comments * Remove messages from exception constructors - Also add compiler defs to disable sonarcloud analysis on exceptions. * Fix param check on constructor * Fix comment close tags * More fixes in comments tags Co-authored-by: José Simões <jose.simoes@eclo.solutions>
- Loading branch information
1 parent
72b8248
commit f9decce
Showing
1 changed file
with
53 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters