Skip to content

Commit

Permalink
csharp: Switch over to using Styra.Ucast.Linq library.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Conrad <philip@chariot-chaser.net>
  • Loading branch information
philipaconrad authored and srenatus committed Dec 11, 2024
1 parent 34807f6 commit cb32658
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 225 deletions.
178 changes: 0 additions & 178 deletions server/csharp/TicketHub/Authorization/QueryableExtensions.cs

This file was deleted.

45 changes: 0 additions & 45 deletions server/csharp/TicketHub/Authorization/UCASTNode.cs

This file was deleted.

3 changes: 1 addition & 2 deletions server/csharp/TicketHub/Controllers/TicketController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using Styra.Opa;
using Styra.Ucast.Linq;
using System.Linq.Expressions;
using System.Net.Mime;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.CompilerServices;
using TicketHub.Authorization;
using TicketHub.Database;

Expand Down
1 change: 1 addition & 0 deletions server/csharp/TicketHub/TicketHub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="9.0.2" />
<PackageReference Include="Npgsql.Json.NET" Version="9.0.2" />
<PackageReference Include="Styra.Opa" Version="1.4.1" />
<PackageReference Include="Styra.Ucast.Linq" Version="0.1.0" />
</ItemGroup>

</Project>

0 comments on commit cb32658

Please sign in to comment.