Skip to content

Commit

Permalink
Merge pull request #670 from hadashiA/ku/fix-project
Browse files Browse the repository at this point in the history
Fix directory structures
  • Loading branch information
hadashiA authored May 24, 2024
2 parents b82cd29 + 07d6232 commit 1f611aa
Show file tree
Hide file tree
Showing 2,809 changed files with 168,187 additions and 551 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- run: dotnet test -c Debug ./VContainer.StandaloneTests
dotnet-version: 8.0.x
- run: dotnet test -c Debug ./tests/VContainer.StandaloneTests

test-unity:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions Makefile

This file was deleted.

90 changes: 0 additions & 90 deletions VContainer.SourceGenerator.Roslyn3/CodeWriter.cs

This file was deleted.

89 changes: 0 additions & 89 deletions VContainer.SourceGenerator.Roslyn3/DiagnosticDescriptors.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"DebugRoslynSourceGenerator": {
"commandName": "DebugRoslynComponent",
"targetProject": "../tests/VContainer.StandaloneTests/VContainer.StandaloneTests.csproj"
}
}
}
27 changes: 0 additions & 27 deletions VContainer.SourceGenerator.Roslyn3/ReferenceSymbols.cs

This file was deleted.

112 changes: 0 additions & 112 deletions VContainer.SourceGenerator.Roslyn3/SymbolExtensions.cs

This file was deleted.

Loading

0 comments on commit 1f611aa

Please sign in to comment.