Skip to content

chore(deps): update dependency verify.xunit to v29, #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 99 commits into
base: 257-haveanyattributes-throws-typedoesnotexistinarchitecture
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
62a80fe
docs: Provide additional information about ResideInAssembly function
pawlos Apr 14, 2024
446ddb5
fix: completely filter compiler attributes from architecture
alexanderlinne Sep 27, 2024
0f1903e
chore: group non major dependencies
alexanderlinne Sep 27, 2024
bba7065
Merge pull request #306 from TNG/chore/group-non-major-dependencies
alexanderlinne Sep 27, 2024
acf1f20
Merge branch 'main' into fix/filter-compiler-attributes
alexanderlinne Sep 27, 2024
047777d
chore(deps): update all non-major dependencies
renovate[bot] Oct 3, 2024
dce4f8e
chore: reformat format files
alexanderlinne Oct 5, 2024
e5c4c74
chore: update .git-blame-ignore-revs
alexanderlinne Oct 5, 2024
f8bff19
feat: handle type flags explicitly
alexanderlinne Oct 3, 2024
270a79f
feat: correctly resolve assemblies for types
alexanderlinne Oct 3, 2024
e75fe2b
fix: skip test that fails for release builds
alexanderlinne Oct 6, 2024
60bf37c
Merge pull request #312 from TNG/fix/correctly-resolve-assemblies
alexanderlinne Oct 10, 2024
3adb40d
chore: resolve compiler warnings
alexanderlinne Oct 10, 2024
717deb0
Merge pull request #313 from TNG/chore/compiler-warnings
alexanderlinne Oct 11, 2024
9a63b55
Merge branch 'main' into fix/filter-compiler-attributes
mak638 Oct 11, 2024
8bb0c63
Merge pull request #305 from TNG/fix/filter-compiler-attributes
alexanderlinne Oct 11, 2024
2ea51d4
Merge branch 'main' into renovate/all-minor-patch
alexanderlinne Oct 11, 2024
3a833d4
chore: resolve compiler warnings
alexanderlinne Oct 11, 2024
e831454
Merge pull request #307 from TNG/renovate/all-minor-patch
alexanderlinne Oct 11, 2024
91ee8aa
feat: add IHasAssemblyQualifiedName, IResidesInAssembly, IResidesInNa…
alexanderlinne Oct 6, 2024
41b3a04
feat(ArchitectureExtensions): resolve types by assembly qualified name
alexanderlinne Oct 10, 2024
aa44379
refactor(TypeFactor): use separate method to create TypeInstance
alexanderlinne Oct 10, 2024
ab7d33a
chore(deps): update all non-major dependencies
renovate[bot] Oct 24, 2024
8e786f4
Merge pull request #314 from TNG/renovate/all-minor-patch
alexanderlinne Oct 25, 2024
e393cd6
chore(deps): update dependency dotnet-sdk to v8.0.403
renovate[bot] Oct 25, 2024
7fd68bc
Merge pull request #284 from TNG/renovate/dotnet-version
alexanderlinne Oct 25, 2024
4272e7f
fix: deduplicate types by assembly qualified name
alexanderlinne Oct 25, 2024
7bb008e
fill the ReferencedAssemblyNames property for all loaded assemblies
made-by-karl Oct 25, 2024
23c76e3
chore(deps): update dependency dotnet-sdk to v8.0.404
renovate[bot] Nov 13, 2024
3175492
Merge pull request #323 from TNG/renovate/dotnet-version
alexanderlinne Nov 22, 2024
981703a
chore: resolve security vulnerability warnings
alexanderlinne Nov 22, 2024
995e609
Merge branch 'main' into referencedAssemblyNames
alexanderlinne Nov 22, 2024
88f48ea
Merge pull request #328 from TNG/chore/resolve-security-vulnerabilities
alexanderlinne Nov 23, 2024
31b7c81
Update ArchLoaderTests.cs
made-by-karl Nov 25, 2024
324fddf
Merge branch 'main' into referencedAssemblyNames
made-by-karl Nov 25, 2024
0ccf818
fix: dont throw exception if a type can not be resolved
alexanderlinne Jan 10, 2025
2076193
Merge pull request #333 from TNG/325-ensure-no-calls-between-modules-…
alexanderlinne Jan 13, 2025
9f313dd
chore(deps): update all non-major dependencies
renovate[bot] Jan 23, 2025
12671c4
Merge pull request #322 from TNG/renovate/all-minor-patch
alexanderlinne Jan 24, 2025
4cc3eb2
chore(deps): update dependency dotnet-sdk to v8.0.405
renovate[bot] Jan 24, 2025
9a8486f
Merge pull request #334 from TNG/renovate/dotnet-version
alexanderlinne Jan 24, 2025
6f2c87b
Merge branch 'main' into fix/multiple-instances-of-same-type
alexanderlinne Jan 24, 2025
0a880cc
chore: remove debugging code
alexanderlinne Jan 24, 2025
2cbfd10
Merge pull request #318 from TNG/fix/multiple-instances-of-same-type
alexanderlinne Jan 24, 2025
96e2c6f
chore(deps): update codecov/codecov-action action to v5
renovate[bot] Jan 24, 2025
ec66c31
Issue: #338
ljb Feb 11, 2025
8ba8366
Merge pull request #324 from TNG/renovate/codecov-codecov-action-5.x
alexanderlinne Feb 14, 2025
7a94d8d
chore(deps): update dotnet version to v9
renovate[bot] Feb 14, 2025
ba18cdc
Merge pull request #309 from TNG/renovate/major-dotnet-version
alexanderlinne Feb 14, 2025
06bdf29
chore(deps): update all non-major dependencies
renovate[bot] Feb 14, 2025
a6ccdaa
Merge pull request #336 from TNG/renovate/all-minor-patch
alexanderlinne Feb 14, 2025
5fb13a9
Merge branch 'main' into referencedAssemblyNames
alexanderlinne Feb 14, 2025
ed39ea5
chore: remove license headers
alexanderlinne Feb 14, 2025
1ba4544
chore: remove explicit authors from csproj
alexanderlinne Feb 14, 2025
a8f64bf
chore: add all-contributors config
alexanderlinne Feb 14, 2025
ceed7c5
Merge pull request #341 from TNG/chore/remove-license-headers
alexanderlinne Feb 14, 2025
bd3082b
Merge branch 'main' into chore/remove-authors
alexanderlinne Feb 14, 2025
b279088
Merge pull request #342 from TNG/chore/remove-authors
alexanderlinne Feb 14, 2025
52c020e
Merge branch 'main' into chore/add-all-contributors-section
alexanderlinne Feb 14, 2025
368d080
chore(deps): update dependency microsoft.net.test.sdk to v17
renovate[bot] Feb 14, 2025
d0912ea
Merge pull request #299 from TNG/renovate/major-vstest-monorepo
alexanderlinne Feb 14, 2025
61f4cf8
chore(deps): update dependency verify.xunit to v28
renovate[bot] Feb 14, 2025
1ae6e4a
Merge pull request #321 from TNG/renovate/verify.xunit-28.x
alexanderlinne Feb 14, 2025
66cf348
Merge branch 'main' into chore/add-all-contributors-section
fgather Feb 14, 2025
15069e7
chore(deps): update dependency nunit3testadapter to v5
renovate[bot] Feb 14, 2025
1f2c9c9
Merge pull request #337 from TNG/renovate/nunit3testadapter-5.x
alexanderlinne Feb 14, 2025
35eed0f
chore(deps): update dependency xunit.runner.visualstudio to v3
renovate[bot] Feb 14, 2025
94a27c4
Merge pull request #331 from TNG/renovate/major-xunit-dotnet-monorepo
alexanderlinne Feb 14, 2025
c00fde1
Merge branch 'main' into chore/add-all-contributors-section
alexanderlinne Feb 14, 2025
7dfa817
Merge pull request #343 from TNG/chore/add-all-contributors-section
alexanderlinne Feb 14, 2025
891bb59
Update ArchUnitNET.xUnitV3/ArchUnitNET.xUnitV3.csproj
ljb Feb 14, 2025
696f6bc
Fix review comments
ljb Feb 14, 2025
16fa808
Update README.md
ljb Feb 14, 2025
cf95ec6
Remove empty lines
ljb Feb 14, 2025
38a88e1
fix: wrong cast in UnavailableType.Equals
alexanderlinne Feb 25, 2025
ee9f6bc
Merge pull request #347 from TNG/345-unavailabletype-throws-for-enums
alexanderlinne Feb 26, 2025
d397cb7
Merge branch 'main' into xunit-v3
alexanderlinne Feb 28, 2025
90d1147
chore: replace all-contributors with link to github contributors page
alexanderlinne Feb 28, 2025
77c34af
Merge branch 'main' into chore/replace-all-contributors
fgather Feb 28, 2025
5506ac5
Merge pull request #348 from TNG/chore/replace-all-contributors
alexanderlinne Feb 28, 2025
14b3263
Fix review comment
ljb Feb 28, 2025
277275b
Reformat code
ljb Feb 28, 2025
1c97fba
Reformat code with csharpier
ljb Feb 28, 2025
7b61a26
Merge branch 'main' into xunit-v3
alexanderlinne Feb 28, 2025
0d6b745
Update ArchUnitNET.xUnitTests/ArchUnitNET.xUnitTests.csproj
ljb Feb 28, 2025
0f45065
Update ArchUnitNET.xUnitV3Tests/ArchUnitNET.xUnitV3Tests.csproj
ljb Feb 28, 2025
ac3c399
Merge pull request #339 from ljb/xunit-v3
alexanderlinne Feb 28, 2025
27d8338
Merge branch 'main' into provide-docs
alexanderlinne Mar 3, 2025
1fc7069
Merge branch 'main' into referencedAssemblyNames
alexanderlinne Mar 3, 2025
3a031ba
chore: reformat code
alexanderlinne Mar 3, 2025
a2c199f
docs: add documentation for async function limitations in release builds
alexanderlinne Mar 3, 2025
5c87d68
Merge branch 'main' into 326-tests-may-behave-differently-in-release-…
fgather Mar 4, 2025
e757f27
Merge pull request #319 from made-by-karl/referencedAssemblyNames
alexanderlinne Mar 4, 2025
4657838
Merge branch 'main' into provide-docs
fgather Mar 4, 2025
13b7920
Merge branch 'main' into 326-tests-may-behave-differently-in-release-…
fgather Mar 4, 2025
7206d2f
Merge pull request #352 from TNG/326-tests-may-behave-differently-in-…
alexanderlinne Mar 4, 2025
beee760
Merge branch 'main' into provide-docs
alexanderlinne Mar 10, 2025
9c989b2
Merge pull request #251 from pawlos/provide-docs
alexanderlinne Mar 10, 2025
c81d1a6
chore(deps): update dependency verify.xunit to v29
renovate[bot] Apr 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.28.2",
"version": "0.30.6",
"commands": [
"dotnet-csharpier"
],
Expand All @@ -17,7 +17,7 @@
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.8",
"version": "5.4.4",
"commands": [
"reportgenerator"
],
Expand Down
3 changes: 2 additions & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
60e7aa44819edda932026dc2254db2876e70ead3
60e7aa44819edda932026dc2254db2876e70ead3
dce4f8e835aea7f610b6cdda6f89b62a711df35b
30 changes: 15 additions & 15 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup .NET
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
with:
dotnet-version: 8.0.303
dotnet-version: 9.0.200
- name: Install tools
run: dotnet tool restore
- name: Check formatting
Expand All @@ -31,15 +31,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup .NET
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
with:
dotnet-version: 8.0.303
dotnet-version: 9.0.200
- name: Run tests
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
run-tests:
Expand All @@ -50,11 +50,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup .NET
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
with:
dotnet-version: 8.0.303
dotnet-version: 9.0.200
- name: Run tests
run: dotnet test -c Debug
publish-docs:
Expand All @@ -68,7 +68,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup doxygen
run: sudo apt-get install doxygen graphviz
- name: Create temporary directory
Expand All @@ -88,7 +88,7 @@ jobs:
fi
fi
- name: Checkout gh-pages branch
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: gh-pages
path: ${{ env.DOCS_TEMP_DIR }}
Expand Down Expand Up @@ -136,11 +136,11 @@ jobs:
- run-tests
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup .NET
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
with:
dotnet-version: 8.0.303
dotnet-version: 9.0.200
- name: Build
run: dotnet build -c Release
- name: Pack
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
language: ["csharp"]
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
with:
category: "/language:${{matrix.language}}"
25 changes: 25 additions & 0 deletions ArchUnit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoaderTestAssembly", "TestA
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtherLoaderTestAssembly", "TestAssemblies\OtherLoaderTestAssembly\OtherLoaderTestAssembly.csproj", "{5A24529B-1794-4080-ADCC-77440BA0A0B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilteredDirectoryLoaderTestAssembly", "TestAssemblies\FilteredDirectoryLoaderTestAssembly\FilteredDirectoryLoaderTestAssembly.csproj", "{E6CB8C69-25F5-4C94-8EA3-D56E444EB46B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchUnitNET.xUnitV3", "ArchUnitNET.xUnitV3\ArchUnitNET.xUnitV3.csproj", "{5DE11135-0C27-41B4-BC34-9CB17BF335A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchUnitNET.xUnitTests", "ArchUnitNET.xUnitTests\ArchUnitNET.xUnitTests.csproj", "{E226D0D5-E50A-4E9C-A30F-F4747299D614}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchUnitNET.xUnitV3Tests", "ArchUnitNET.xUnitV3Tests\ArchUnitNET.xUnitV3Tests.csproj", "{439E00CE-5CB8-4474-9A27-3FFC5770DB7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -94,6 +102,22 @@ Global
{5A24529B-1794-4080-ADCC-77440BA0A0B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A24529B-1794-4080-ADCC-77440BA0A0B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A24529B-1794-4080-ADCC-77440BA0A0B3}.Release|Any CPU.Build.0 = Release|Any CPU
{E6CB8C69-25F5-4C94-8EA3-D56E444EB46B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6CB8C69-25F5-4C94-8EA3-D56E444EB46B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6CB8C69-25F5-4C94-8EA3-D56E444EB46B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6CB8C69-25F5-4C94-8EA3-D56E444EB46B}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE11135-0C27-41B4-BC34-9CB17BF335A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE11135-0C27-41B4-BC34-9CB17BF335A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE11135-0C27-41B4-BC34-9CB17BF335A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE11135-0C27-41B4-BC34-9CB17BF335A7}.Release|Any CPU.Build.0 = Release|Any CPU
{E226D0D5-E50A-4E9C-A30F-F4747299D614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E226D0D5-E50A-4E9C-A30F-F4747299D614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E226D0D5-E50A-4E9C-A30F-F4747299D614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E226D0D5-E50A-4E9C-A30F-F4747299D614}.Release|Any CPU.Build.0 = Release|Any CPU
{439E00CE-5CB8-4474-9A27-3FFC5770DB7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{439E00CE-5CB8-4474-9A27-3FFC5770DB7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{439E00CE-5CB8-4474-9A27-3FFC5770DB7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{439E00CE-5CB8-4474-9A27-3FFC5770DB7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -104,5 +128,6 @@ Global
{FBCD91F2-4DB9-44AC-8214-6F2FFF9178D5} = {B1191F18-91CB-4387-B775-A5EB64D3AC30}
{0243F2D4-AC89-4561-A936-D647B6BB821F} = {B1191F18-91CB-4387-B775-A5EB64D3AC30}
{5A24529B-1794-4080-ADCC-77440BA0A0B3} = {B1191F18-91CB-4387-B775-A5EB64D3AC30}
{E6CB8C69-25F5-4C94-8EA3-D56E444EB46B} = {B1191F18-91CB-4387-B775-A5EB64D3AC30}
EndGlobalSection
EndGlobal
7 changes: 1 addition & 6 deletions ArchUnit.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_FOR_FOREACH/@EntryValue">Required</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_FOR_IFELSE/@EntryValue">Required</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_FOR_WHILE/@EntryValue">Required</s:String>
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue"> Copyright 2019 Florian Gather &lt;[email protected]&gt;
Copyright 2019 Fritz Brandhuber &lt;[email protected]&gt;
Copyright 2020 Pavel Fischer &lt;[email protected]&gt;

SPDX-License-Identifier: Apache-2.0
</s:String>
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue"></s:String>
<s:Boolean x:Key="/Default/CodeStyle/Naming/CSharpNaming/ApplyAutoDetectedRules/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CustomTools/CustomToolsData/@EntryValue"></s:String>
<s:Boolean x:Key="/Default/UserDictionary/Words/=archrule/@EntryIndexedValue">True</s:Boolean>
Expand Down
8 changes: 1 addition & 7 deletions ArchUnitNET.MSTestV2/ArchRuleAssert.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;
using ArchUnitNET.Fluent.Extensions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
Expand Down
8 changes: 1 addition & 7 deletions ArchUnitNET.MSTestV2/ArchRuleExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;

namespace ArchUnitNET.MSTestV2
Expand Down
2 changes: 1 addition & 1 deletion ArchUnitNET.MSTestV2/ArchUnitNET.MSTestV2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<IsPackable>true</IsPackable>
<Title>ArchUnit C# MSTestV2 Extension</Title>
<Authors>Florian Gather, Fritz Brandhuber</Authors>
<Description>MSTestV2 Extension for the C# Version of ArchUnit (see: archunit.org)</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/TNG/ArchUnitNET</RepositoryUrl>
Expand All @@ -16,6 +15,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 5 additions & 6 deletions ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>

<TargetFramework>net9.0</TargetFramework>
<IsPackable>false</IsPackable>

<Company>TNG Technology Consulting GmbH</Company>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions ArchUnitNET.MSTestV2Tests/RuleEvaluationTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;
using ArchUnitNET.Fluent.Extensions;
Expand Down
8 changes: 1 addition & 7 deletions ArchUnitNET.NUnit/ArchRuleAssert.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;
using ArchUnitNET.Fluent.Extensions;
using NUnit.Framework;
Expand Down
8 changes: 1 addition & 7 deletions ArchUnitNET.NUnit/ArchRuleExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;

namespace ArchUnitNET.NUnit
Expand Down
2 changes: 1 addition & 1 deletion ArchUnitNET.NUnit/ArchUnitNET.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<IsPackable>true</IsPackable>
<Title>ArchUnit C# NUnit Extension</Title>
<Authors>Florian Gather, Fritz Brandhuber</Authors>
<Description>NUnit Extension for the C# Version of ArchUnit (see: archunit.org)</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/TNG/ArchUnitNET</RepositoryUrl>
Expand All @@ -16,6 +15,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 4 additions & 5 deletions ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>

<TargetFramework>net9.0</TargetFramework>
<IsPackable>false</IsPackable>

<Company>TNG Technology Consulting GmbH</Company>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions ArchUnitNET.NUnitTests/RuleEvaluationTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;
using ArchUnitNET.Fluent.Extensions;
Expand Down
8 changes: 1 addition & 7 deletions ArchUnitNET.xUnit/ArchRuleAssert.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;

// ReSharper disable once CheckNamespace
Expand Down
8 changes: 1 addition & 7 deletions ArchUnitNET.xUnit/ArchRuleExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using ArchUnitNET.Domain;
using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;

// ReSharper disable once CheckNamespace
Expand Down
4 changes: 3 additions & 1 deletion ArchUnitNET.xUnit/ArchUnitNET.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<IsPackable>true</IsPackable>
<Title>ArchUnit C# xUnit Extension</Title>
<Authors>Florian Gather, Fritz Brandhuber</Authors>
<Description>xUnit Extension for the C# Version of ArchUnit (see: archunit.org)</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/TNG/ArchUnitNET</RepositoryUrl>
Expand All @@ -16,6 +15,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand All @@ -24,6 +24,8 @@

<ItemGroup>
<PackageReference Include="xunit.assert" Version="2.4.1"/>
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1"/>
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 1 addition & 7 deletions ArchUnitNET.xUnit/FailedArchRuleException.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// Copyright 2019 Florian Gather <[email protected]>
// Copyright 2019 Paula Ruiz <[email protected]>
// Copyright 2019 Fritz Brandhuber <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

using System.Collections.Generic;
using System.Collections.Generic;
using ArchUnitNET.Domain;
using ArchUnitNET.Fluent;
using ArchUnitNET.Fluent.Extensions;
Expand Down
Loading