Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaughnAnderson94 committed Jun 28, 2024
1 parent 857fddb commit fae7d16
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions testapi/Controllers/GamesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ public class GamesController : ControllerBase



private readonly ILogger<GamesController> _logger;
private readonly GamesDbContext _context;

public GamesController(GamesDbContext context, ILogger<GamesController> logger)
public GamesController(GamesDbContext context)
{
_context = context;
_logger = logger;
if (!_context.Games.Any())
{
_context.Games.AddRange(new List<Game>
Expand Down
Binary file modified testapi/bin/Debug/net8.0/testapi.dll
Binary file not shown.
Binary file modified testapi/bin/Debug/net8.0/testapi.exe
Binary file not shown.
Binary file modified testapi/bin/Debug/net8.0/testapi.pdb
Binary file not shown.
Binary file modified testapi/obj/Debug/net8.0/apphost.exe
Binary file not shown.
Binary file modified testapi/obj/Debug/net8.0/ref/testapi.dll
Binary file not shown.
Binary file modified testapi/obj/Debug/net8.0/refint/testapi.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion testapi/obj/Debug/net8.0/testapi.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("testapi")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+08f511e2b966b9fff9e2af1e013a88b32770996a")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+857fddbd784747ce5313e0ae6fee3462382dc267")]
[assembly: System.Reflection.AssemblyProductAttribute("testapi")]
[assembly: System.Reflection.AssemblyTitleAttribute("testapi")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
2 changes: 1 addition & 1 deletion testapi/obj/Debug/net8.0/testapi.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dd2a9f5c09ad38c22786888d9d7a044b3dff20691ecb016919b0ccf1129784d7
d73b5107be527a0a450b654fae3bee0dbf127bb8bc070ed5a13bfe2415db6b74
Binary file modified testapi/obj/Debug/net8.0/testapi.dll
Binary file not shown.
Binary file modified testapi/obj/Debug/net8.0/testapi.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion testapi/obj/Debug/net8.0/testapi.sourcelink.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\sarah\\Desktop\\programing\\DOTNET-Workshop-Two\\*":"https://raw.githubusercontent.com/foundersandcoders/DOTNET-Workshop-Two/08f511e2b966b9fff9e2af1e013a88b32770996a/*"}}
{"documents":{"C:\\Users\\sarah\\Desktop\\programing\\DOTNET-Workshop-Two\\*":"https://raw.githubusercontent.com/foundersandcoders/DOTNET-Workshop-Two/857fddbd784747ce5313e0ae6fee3462382dc267/*"}}

0 comments on commit fae7d16

Please sign in to comment.