.NET 8 Update (#2496)
This commit is contained in:
parent
6d4d2d4a7f
commit
b838fd53e5
75 changed files with 590 additions and 405 deletions
|
|
@ -3,6 +3,7 @@ using API.Entities;
|
|||
using API.Entities.Enums;
|
||||
|
||||
namespace API.DTOs.Filtering;
|
||||
#nullable enable
|
||||
|
||||
public class FilterDto
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
namespace API.DTOs.Filtering;
|
||||
#nullable enable
|
||||
|
||||
/// <summary>
|
||||
/// Represents a range between two int/float/double
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
|
||||
namespace API.DTOs.Filtering.v2;
|
||||
|
||||
|
||||
#nullable enable
|
||||
|
||||
/// <summary>
|
||||
/// Metadata filtering for v2 API only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue