Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions exercise.wwwapi/Migrations/20241011073125_first.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions exercise.wwwapi/Migrations/20241011073125_first.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

namespace exercise.wwwapi.Migrations
{
/// <inheritdoc />
public partial class first : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{

}

/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{

}
}
}
4 changes: 4 additions & 0 deletions exercise.wwwapi/exercise.wwwapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<Content Remove="_example.appsettings.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10">
Expand Down
3 changes: 3 additions & 0 deletions exercise.wwwapi/json.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added exercise.wwwapi/out/Microsoft.OpenApi.dll
Binary file not shown.
Binary file added exercise.wwwapi/out/Newtonsoft.Json.dll
Binary file not shown.
Binary file not shown.
Binary file added exercise.wwwapi/out/Npgsql.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading