Skip to content

Commit

Permalink
rename test project (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
SockworkOrange authored Jun 10, 2024
1 parent 962eca3 commit a6daa4f
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ COPY *.sln .

COPY CodeGenerator/*.csproj ./CodeGenerator/
COPY Drivers/*.csproj ./Drivers/
COPY EndToEndTests/*.csproj ./EndToEndTests/
COPY Extensions/*.csproj ./Extensions/
COPY GeneratedProtobuf/*.csproj ./GeneratedProtobuf/
COPY MySqlConnectorExample/*.csproj ./MySqlConnectorExample/
COPY NpgsqlExample/*.csproj ./NpgsqlExample/
COPY PluginOptions/*.csproj ./PluginOptions/
COPY ProcessRunner/*.csproj ./ProcessRunner/
COPY SqlcGenCsharp/*.csproj ./SqlcGenCsharp/
COPY SqlcGenCsharpTests/*.csproj ./SqlcGenCsharpTests/
COPY WasmRunner/*.csproj ./WasmRunner/

COPY CodeGenerator/ ./CodeGenerator/
COPY Drivers/ ./Drivers/
COPY EndToEndTests/ ./EndToEndTests/
COPY Extensions/ ./Extensions/
COPY GeneratedProtobuf/ ./GeneratedProtobuf/
COPY MySqlConnectorExample/ ./MySqlConnectorExample/
COPY NpgsqlExample/ ./NpgsqlExample/
COPY PluginOptions/ ./PluginOptions/
COPY ProcessRunner/ ./ProcessRunner/
COPY SqlcGenCsharp/ ./SqlcGenCsharp/
COPY SqlcGenCsharpTests/ ./SqlcGenCsharpTests/
COPY WasmRunner/ ./WasmRunner/

RUN dotnet restore
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>SqlcGenCsharpTests</RootNamespace>
</PropertyGroup>


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sqlc-gen-csharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extensions", "Extensions\Ex
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Drivers", "Drivers\Drivers.csproj", "{6C698DAA-5151-4241-B07E-3435A717ABFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlcGenCsharpTests", "SqlcGenCsharpTests\SqlcGenCsharpTests.csproj", "{3675F864-9CD2-49C0-9754-56E490F15DF0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EndToEndTests", "EndToEndTests\EndToEndTests.csproj", "{3675F864-9CD2-49C0-9754-56E490F15DF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NpgsqlExample", "NpgsqlExample\NpgsqlExample.csproj", "{86C6A2E3-C58C-4891-9B7B-296C36020185}"
EndProject
Expand Down

0 comments on commit a6daa4f

Please sign in to comment.