Kni.Extended (#892)

* KNI projects

* update actions

fixes MSBUILD : error MSB1011: Specify which project or solution file to
use because this folder contains more than one project or solution file.

* remove test for issue #633

* build tests

* KNI TypeReaders

* KNI/XNA compatible code

* GetRuntimeReader from runtime types

* remove MockGameWindow
This commit is contained in:
Nikos Kastellanos
2024-06-24 05:38:20 +03:00
committed by GitHub
parent 8850875fb4
commit 2bbdc38b51
35 changed files with 657 additions and 84 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ jobs:
dotnet-version: 6.0.x
- name: Test MonoGame.Extended
run: dotnet test --nologo --verbosity minimal --configuration Release
run: dotnet test MonoGame.Extended.sln --nologo --verbosity minimal --configuration Release