diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml
index 774d22060..f5e5ee42c 100644
--- a/.github/workflows/dotnet-core.yml
+++ b/.github/workflows/dotnet-core.yml
@@ -34,23 +34,23 @@ jobs:
- name: Test
run: |
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
- dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
- mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
+ dotnet test --no-restore --verbosity normal #--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
+ #mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
# Note: this step is currently not writing to the gist for some reason
- - name: Create Test Coverage Badge
- uses: simon-k/dotnet-code-coverage-badge@v1.0.0
- id: create_coverage_badge
- with:
- label: Unit Test Coverage
- color: brightgreen
- path: UnitTests/TestResults/coverage.opencover.xml
- gist-filename: code-coverage.json
- # https://gist.github.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27
- gist-id: 90ef67a684cb71db1817921a970f8d27
- gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}
+ # - name: Create Test Coverage Badge
+ # uses: simon-k/dotnet-code-coverage-badge@v1.0.0
+ # id: create_coverage_badge
+ # with:
+ # label: Unit Test Coverage
+ # color: brightgreen
+ # path: UnitTests/TestResults/coverage.opencover.xml
+ # gist-filename: code-coverage.json
+ # # https://gist.github.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27
+ # gist-id: 90ef67a684cb71db1817921a970f8d27
+ # gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}
- - name: Print Code Coverage
- run: |
- echo "Code coverage percentage: ${{steps.create_coverage_badge.outputs.percentage}}%"
- echo "Badge data: ${{steps.create_coverage_badge.outputs.badge}}"
+ # - name: Print Code Coverage
+ # run: |
+ # echo "Code coverage percentage: ${{steps.create_coverage_badge.outputs.percentage}}%"
+ # echo "Badge data: ${{steps.create_coverage_badge.outputs.badge}}"
diff --git a/README.md b/README.md
index f6832a1dd..f54b58bf8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@


-
[](https://www.nuget.org/packages/Terminal.Gui)

[](https://www.nuget.org/packages/Terminal.Gui)
diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj
index 0452d960e..55eaefa28 100644
--- a/ReactiveExample/ReactiveExample.csproj
+++ b/ReactiveExample/ReactiveExample.csproj
@@ -10,8 +10,8 @@
1.14.0-pre.1+Branch.develop.Sha.e0b7464669ef87b96b57f2285200e02bcf85d0e7-->
-
-
+
+
diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj
index 600ab80b3..94f958238 100644
--- a/Terminal.Gui/Terminal.Gui.csproj
+++ b/Terminal.Gui/Terminal.Gui.csproj
@@ -80,7 +80,7 @@
README.md
csharp, terminal, c#, f#, gui, toolkit, console, tui
Cross platform Terminal UI toolkit for .NET
- Miguel de Icaza, Tig Kindel
+ Tig Kindel
A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.
Terminal.Gui - Cross platform Terminal User Interface (TUI) toolkit for .NET
@@ -100,7 +100,6 @@
true
true
- Miguel de Icaza, Tig Kindel (@tig), @BDisp
True
Terminal.Gui.snk
diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj
index 8c046f520..d246dd6ea 100644
--- a/UICatalog/UICatalog.csproj
+++ b/UICatalog/UICatalog.csproj
@@ -22,7 +22,7 @@
-
+
diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj
index 48323fb1e..1cad938d9 100644
--- a/UnitTests/UnitTests.csproj
+++ b/UnitTests/UnitTests.csproj
@@ -18,15 +18,15 @@
TRACE;DEBUG_IDISPOSABLE
-
-
+
+
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/UnitTests/Views/ViewDisposalTest.cs b/UnitTests/Views/ViewDisposalTest.cs
index 177179bab..95b6cd623 100644
--- a/UnitTests/Views/ViewDisposalTest.cs
+++ b/UnitTests/Views/ViewDisposalTest.cs
@@ -7,7 +7,7 @@ using Terminal.Gui;
using Xunit;
using Xunit.Abstractions;
-namespace UnitTests.ViewsTests {
+namespace Terminal.Gui.ViewTests {
public class ViewDisposalTest {