-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to Endjin.RecommendedPractices (#75)
* Move to Endjin.RecommendedPractices * Remove unneeded entries in csproj Co-authored-by: Jonathan George <Jonathan.George@endjin.com>
- Loading branch information
1 parent
0332a9c
commit e30019d
Showing
20 changed files
with
137 additions
and
169 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
10 changes: 5 additions & 5 deletions
10
Solutions/Corvus.Extensions.Specs/EnumerableExtensionsFeatures/EnumerableExtensionsSteps.cs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// <copyright file="GlobalSuppressions.cs" company="Endjin Limited"> | ||
// Copyright (c) Endjin Limited. All rights reserved. | ||
// </copyright> | ||
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( | ||
"StyleCop.CSharp.OrderingRules", | ||
"SA1210:Using directives should be ordered alphabetically by namespace", | ||
Justification = "We need this until https://github.com/SpecFlowOSS/SpecFlow/issues/1828 is fixed")] | ||
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( | ||
"StyleCop.CSharp.OrderingRules", | ||
"SA1633:Using directives should be ordered alphabetically by namespace", | ||
Justification = "We need this until https://github.com/SpecFlowOSS/SpecFlow/issues/1828 is fixed")] |
8 changes: 6 additions & 2 deletions
8
Solutions/Corvus.Extensions.Specs/StringExtensionsFeatures/Context/ExampleEnum.cs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
namespace Corvus.Extensions.Specs.StringExtensionsFeature.Context | ||
// <copyright file="ExampleEnum.cs" company="Endjin Limited"> | ||
// Copyright (c) Endjin Limited. All rights reserved. | ||
// </copyright> | ||
|
||
namespace Corvus.Extensions.Specs.StringExtensionsFeature.Context | ||
{ | ||
internal enum ExampleEnum | ||
{ | ||
First, | ||
Second, | ||
Third | ||
Third, | ||
} | ||
} |
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
6 changes: 5 additions & 1 deletion
6
Solutions/Corvus.Extensions.Specs/TaskExtensionsFeatures/Context/SimpleChild.cs
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
6 changes: 5 additions & 1 deletion
6
Solutions/Corvus.Extensions.Specs/TaskExtensionsFeatures/Context/SimpleParent.cs
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
6 changes: 5 additions & 1 deletion
6
Solutions/Corvus.Extensions.Specs/TaskExtensionsFeatures/TaskExtensionsFeatureSteps.cs
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
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
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.