Merge branch 'main' of https://gitea.bel.blue/zach/Manual-Intervention-Required
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -96,4 +96,6 @@ InitTestScene*.unity*
|
|||||||
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta
|
||||||
|
|
||||||
# Auto-generated scenes by play mode tests
|
# Auto-generated scenes by play mode tests
|
||||||
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
||||||
|
|
||||||
|
/dotnet-test/
|
||||||
|
|||||||
6
.vsconfig
Executable file
6
.vsconfig
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"components": [
|
||||||
|
"Microsoft.VisualStudio.Workload.ManagedGame"
|
||||||
|
]
|
||||||
|
}
|
||||||
0
ProjectSettings/EditorBuildSettings.asset
Normal file → Executable file
0
ProjectSettings/EditorBuildSettings.asset
Normal file → Executable file
10
mise.toml
Normal file
10
mise.toml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[tools]
|
||||||
|
cmake = "latest"
|
||||||
|
dotnet = "latest"
|
||||||
|
python = "latest"
|
||||||
|
|
||||||
|
[tasks.setup-linux-arch]
|
||||||
|
run = 'paru -S mono git vim-youcompleteme-git mono-msbuild; touch "${MISE_PROJECT_ROOT}"/.sln'
|
||||||
|
|
||||||
|
[tasks.test-run-csharp]
|
||||||
|
run = 'dotnet new console -n dotnet-test && dotnet run --project=./dotnet-test && ls dotnet-test/*.cs'
|
||||||
Reference in New Issue
Block a user