Skip to content

Commit cd669f9

Browse files
committed
rebranding
1 parent e896ba5 commit cd669f9

4 files changed

Lines changed: 6 additions & 40 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

NetArchTest.eNhancedEdition.sln

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29728.190
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.3.32819.101
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetArchTest.Rules", "src\NetArchTest.Rules\NetArchTest.Rules.csproj", "{2FDD6DBD-F203-4EC9-9F9B-6771713CC353}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{13D8126E-E351-4956-AA64-2BAF6F8B2613}"
9-
EndProject
108
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{660FEA1B-C886-4B72-AD70-1D7DD248CD76}"
119
EndProject
1210
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetArchTest.Rules.UnitTests", "test\NetArchTest.Rules.UnitTests\NetArchTest.Rules.UnitTests.csproj", "{D56F6954-7CCA-41D6-BA81-850F0C81FE3A}"
@@ -19,9 +17,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetArchTest.SampleRules", "
1917
EndProject
2018
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetArchTest.SampleLibrary", "samples\NetArchTest.SampleLibrary\NetArchTest.SampleLibrary.csproj", "{7123A8AE-678D-4D14-82E5-EB5607ABDC4A}"
2119
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetArchTest.CrossAssemblyTest.A", "test\NetArchTest.CrossAssemblyTest.A\NetArchTest.CrossAssemblyTest.A.csproj", "{70B787F2-8B79-4AA5-8C73-26682A605B6B}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetArchTest.CrossAssemblyTest.A", "test\NetArchTest.CrossAssemblyTest.A\NetArchTest.CrossAssemblyTest.A.csproj", "{70B787F2-8B79-4AA5-8C73-26682A605B6B}"
2321
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetArchTest.CrossAssemblyTest.B", "test\NetArchTest.CrossAssemblyTest.B\NetArchTest.CrossAssemblyTest.B.csproj", "{28692D43-3E08-43E4-BCBB-5940B9F741C6}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetArchTest.CrossAssemblyTest.B", "test\NetArchTest.CrossAssemblyTest.B\NetArchTest.CrossAssemblyTest.B.csproj", "{28692D43-3E08-43E4-BCBB-5940B9F741C6}"
2523
EndProject
2624
Global
2725
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -62,7 +60,6 @@ Global
6260
HideSolutionNode = FALSE
6361
EndGlobalSection
6462
GlobalSection(NestedProjects) = preSolution
65-
{2FDD6DBD-F203-4EC9-9F9B-6771713CC353} = {13D8126E-E351-4956-AA64-2BAF6F8B2613}
6663
{D56F6954-7CCA-41D6-BA81-850F0C81FE3A} = {660FEA1B-C886-4B72-AD70-1D7DD248CD76}
6764
{D91C182D-DC97-4F9B-AFFE-8C7A62501DA6} = {660FEA1B-C886-4B72-AD70-1D7DD248CD76}
6865
{4C5B170E-CAA1-421E-9FA5-9C2D6BEDB27C} = {460F2EC0-8774-4A26-835C-2FFFCAEEE1FA}

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# NetArchTest
2-
3-
[![Build status](https://dev.azure.com/ben-morris-uk/Open-Source/_apis/build/status/NetArchTest-CI-Build)](https://dev.azure.com/ben-morris-uk/Open-Source/_build/latest?definitionId=2)
1+
# NetArchTest.eNhancedEdition
42

53
A fluent API for .Net Standard that can enforce architectural rules in unit tests.
64

@@ -113,16 +111,6 @@ The rules are loaded lazily and executed when the `Evaluate()` method is called.
113111

114112
The [ExamplePolicies](https://github.com/BenMorris/NetArchTest/blob/master/samples/NetArchTest.SampleRules/ExamplePolicies.cs) class in the samples demonstrates how to do this.
115113

116-
## Source code
117-
118-
> I welcome contributions. Please refer to the [contributing guidelines](CONTRIBUTING.md).
119-
120-
The solution contains projects in three directories:
121-
122-
- *src*: The main Rules library that is available as a package on NuGet. The main dependency is Mono.Cecil.
123-
- *test*: A set of unit tests for the rules based on XUnit.
124-
- *samples*: A couple of sample projects that demonstrate some of the possible usage scenarios.
125-
126114
## Further reading
127115

128116
A more extensive blog post describing the implementation detail is available in [my blog](https://www.ben-morris.com/writing-archunit-style-tests-for-net-and-c-for-self-testing-architectures).

LICENSE renamed to license.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
MIT License
22

3+
Copyright (c) 2022 NetArchTest.eNhancedEdition
34
Copyright (c) 2018 Ben Morris (www.ben-morris.com)
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)