-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strengthen EditorConfig to help enforce coding standards (#775)
* Strengthen EditorConfig to help enforce coding standards Update code to match coding standards * Update ObservableSpy.cs Fix release version * Further code fixes after SonarCloud tests * Fix issues picked up by SonarCloud * Update new code * introduce ThrowArgumentNullExceptionIfNull Reduce code bloat by using extension method for ArgumentNullException's. This was chosen due to current target frameworks. If in the future netstandard2.1 + compliant frameworks are used we can switch methods. * Update API checks * Update remaining ArgumentNullException to use extension method * Fix code after merge * Update code after merge * The PR #771 introduced inconsistent results src\DynamicData.Tests\Cache\TransformFixtureParallel.cs line 95 - Test Needs fixing or updated Functionality needs checking * Skip removed to ensure fix is applied before merge Test - src\DynamicData.Tests\Cache\TransformFixtureParallel.cs SameKeyChanges on line 95 needs attention * Fixed intermittent test failures introduced by 6395e7d --------- Co-authored-by: JakenVeina <jakenveina@gmail.com>
- Loading branch information
1 parent
f492247
commit 65bb022
Showing
264 changed files
with
2,698 additions
and
6,502 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.