diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx
index f6149e3..3897848 100644
--- a/.docfx/Dockerfile.docfx
+++ b/.docfx/Dockerfile.docfx
@@ -1,4 +1,4 @@
-FROM nginx:1.27.0-alpine AS base
+FROM nginx:1.27.1-alpine AS base
RUN rm -rf /usr/share/nginx/html/*
FROM codebeltnet/docfx:2.77.0 AS build
diff --git a/.docfx/docfx.json b/.docfx/docfx.json
index f66b568..080c5c1 100644
--- a/.docfx/docfx.json
+++ b/.docfx/docfx.json
@@ -20,7 +20,8 @@
],
"build": {
"xref": [
- "https://docs.cuemon.net/xrefmap.yml"
+ "https://docs.cuemon.net/xrefmap.yml",
+ "https://github.com/dotnet/docfx/raw/main/.xrefmap.json"
],
"content": [
{
@@ -53,7 +54,7 @@
"_enableSearch": false,
"_disableContribution": false,
"_gitContribute": {
- "repo": "https://github.com/codebeltnet/xuni",
+ "repo": "https://github.com/codebeltnet/xunit",
"branch": "main"
},
"_gitUrlPattern": "github"
@@ -81,8 +82,6 @@
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
- "disableGitFeatures": false,
- "xrefService": [
- "https://xref.docs.microsoft.com/query?uid={uid}" ]
+ "disableGitFeatures": false
}
}
diff --git a/.docfx/images/128x128.png b/.docfx/images/128x128.png
new file mode 100644
index 0000000..b3c72da
Binary files /dev/null and b/.docfx/images/128x128.png differ
diff --git a/.docfx/index.md b/.docfx/index.md
index 33cc0bc..95995dc 100644
--- a/.docfx/index.md
+++ b/.docfx/index.md
@@ -2,10 +2,14 @@
uid: frontpage-md
title: Extensions for xUnit by Codebelt
---
+
+
# Extensions for xUnit by Codebelt
-Originally, this project was part of **Cuemon for .NET**, but with the forthcoming release of .NET 9, it was split into its own project. This project is now part of **Extensions for xUnit by Codebelt**.
+Originally, this project was part of **Cuemon for .NET**, but with the forthcoming release of .NET 9, it was split into its own project.
+
+This project is now part of [Extensions for xUnit by Codebelt](https://github.com/codebeltnet/xunit).
-[Cuemon for .NET](https://www.cuemon.net/) will pursue its original purpose; providing a complemental framework / sidecar to .NET.
+[Cuemon for .NET](https://www.cuemon.net/) will pursue its original purpose; providing an addition/complement/sidecar to Microsoft .NET platform.
-Proceed to the [docs](/api/Codebelt.Extensions.Xunit.html).
+Proceed to the [docs](/api/Codebelt.Extensions.Xunit.html) to learn more about the capabilities of this project.
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..1fca42a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+version: 2
+updates:
+ - package-ecosystem: "nuget"
+ directory: "/src"
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 0
+ - package-ecosystem: "nuget"
+ directory: "/test"
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 0
+ - package-ecosystem: "github-actions"
+ directory: "/.github/workflows"
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 0
diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml
index 7073675..5eb32b1 100644
--- a/.github/workflows/pipelines.yml
+++ b/.github/workflows/pipelines.yml
@@ -1,4 +1,4 @@
-name: xUnit CI/CD Pipeline
+name: xUnit Ext. CI/CD Pipeline
on:
pull_request:
branches: [main]
diff --git a/.nuget/Codebelt.Extensions.Xunit.App/README.md b/.nuget/Codebelt.Extensions.Xunit.App/README.md
index 8d853f1..cfe860f 100644
--- a/.nuget/Codebelt.Extensions.Xunit.App/README.md
+++ b/.nuget/Codebelt.Extensions.Xunit.App/README.md
@@ -1,6 +1,6 @@
## About
-An open-source project (MIT license) that targets and complements the xUnit.net test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
+An open-source project (MIT license) that targets and complements the [xUnit.net](https://xunit.net/) test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
diff --git a/.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/README.md b/.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/README.md
index 4471b45..9a5aba9 100644
--- a/.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/README.md
+++ b/.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/README.md
@@ -1,6 +1,6 @@
## About
-An open-source project (MIT license) that targets and complements the xUnit.net test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
+An open-source project (MIT license) that targets and complements the [xUnit.net](https://xunit.net/) test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
Perhaps even more convenient than what [WebApplicationFactory](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.testing.webapplicationfactory-1) has to offer?
diff --git a/.nuget/Codebelt.Extensions.Xunit.Hosting/README.md b/.nuget/Codebelt.Extensions.Xunit.Hosting/README.md
index 1d01b65..d172cae 100644
--- a/.nuget/Codebelt.Extensions.Xunit.Hosting/README.md
+++ b/.nuget/Codebelt.Extensions.Xunit.Hosting/README.md
@@ -1,6 +1,6 @@
## About
-An open-source project (MIT license) that targets and complements the xUnit.net test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
+An open-source project (MIT license) that targets and complements the [xUnit.net](https://xunit.net/) test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
diff --git a/.nuget/Codebelt.Extensions.Xunit/README.md b/.nuget/Codebelt.Extensions.Xunit/README.md
index 184b70a..7a06563 100644
--- a/.nuget/Codebelt.Extensions.Xunit/README.md
+++ b/.nuget/Codebelt.Extensions.Xunit/README.md
@@ -1,6 +1,6 @@
## About
-An open-source project (MIT license) that targets and complements the xUnit.net test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
+An open-source project (MIT license) that targets and complements the [xUnit.net](https://xunit.net/) test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
diff --git a/Directory.Build.props b/Directory.Build.props
index c5737fe..51c0b55 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -22,7 +22,7 @@
Extensions for xUnit API by Codebelt
icon.png
README.md
- https://www.codebelt.net/
+ https://xunit.codebelt.net/
MIT
https://github.com/codebeltnet/xunit
git
@@ -70,8 +70,8 @@
-
-
+
+
all
diff --git a/README.md b/README.md
index 34a0341..4a1ed91 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Extensions for xUnit API by Codebelt
-[](https://github.com/codebeltnet/xunit/actions/workflows/pipelines.yml) [](https://codecov.io/gh/codebeltnet/xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit)
+[](https://github.com/codebeltnet/xunit/actions/workflows/pipelines.yml) [](https://codecov.io/gh/codebeltnet/xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit)
An open-source project (MIT license) that targets and complements the [xUnit.net](https://xunit.net/) test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
@@ -13,7 +13,6 @@ Provides a focused API for unit-testing specific types of .NET projects.
|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.Extensions.Xunit](https://www.nuget.org/packages/Codebelt.Extensions.Xunit/) |  |  |  |
-| [Codebelt.Extensions.Xunit.App](https://www.nuget.org/packages/Codebelt.Extensions.Xunit.App/) |  |  |  |
| [Codebelt.Extensions.Xunit.Hosting](https://www.nuget.org/packages/Codebelt.Extensions.Xunit.Hosting/) |  |  |  |
| [Codebelt.Extensions.Xunit.Hosting.AspNetCore](https://www.nuget.org/packages/Codebelt.Extensions.Xunit.Hosting.AspNetCore/) |  |  |  |
@@ -21,6 +20,10 @@ Provides a focused API for unit-testing specific types of .NET projects.
Provides a convenient set of default API additions for unit-testing various types of .NET projects.
+|Package|vNext|Stable|Downloads|
+|:--|:-:|:-:|:-:|
+| [Codebelt.Extensions.Xunit.App](https://www.nuget.org/packages/Codebelt.Extensions.Xunit.App/) |  |  |  |
+
### Contributing to `Extensions for xUnit API by Codebelt`
Contributions are welcome!
Feel free to submit issues, feature requests, or pull requests to help improve this library.
diff --git a/src/Codebelt.Extensions.Xunit.Hosting.AspNetCore/Codebelt.Extensions.Xunit.Hosting.AspNetCore.csproj b/src/Codebelt.Extensions.Xunit.Hosting.AspNetCore/Codebelt.Extensions.Xunit.Hosting.AspNetCore.csproj
index 0d39be5..02f5b10 100644
--- a/src/Codebelt.Extensions.Xunit.Hosting.AspNetCore/Codebelt.Extensions.Xunit.Hosting.AspNetCore.csproj
+++ b/src/Codebelt.Extensions.Xunit.Hosting.AspNetCore/Codebelt.Extensions.Xunit.Hosting.AspNetCore.csproj
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj b/src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj
index 0b2eb40..d9ac137 100644
--- a/src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj
+++ b/src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj
@@ -35,7 +35,7 @@
-
+
diff --git a/src/Codebelt.Extensions.Xunit/Codebelt.Extensions.Xunit.csproj b/src/Codebelt.Extensions.Xunit/Codebelt.Extensions.Xunit.csproj
index 4e03fb9..ef274f3 100644
--- a/src/Codebelt.Extensions.Xunit/Codebelt.Extensions.Xunit.csproj
+++ b/src/Codebelt.Extensions.Xunit/Codebelt.Extensions.Xunit.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/test/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests.csproj b/test/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests.csproj
index 910a26b..22e9295 100644
--- a/test/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests.csproj
+++ b/test/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests/Codebelt.Extensions.Xunit.Hosting.AspNetCore.Tests.csproj
@@ -6,9 +6,9 @@
-
-
-
+
+
+