mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Merge branch 'master' into net10
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
### Implementation Guidelines
|
||||
|
||||
- Write code that is secure by default. Avoid exposing potentially private or sensitive data.
|
||||
- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible. with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception.
|
||||
- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<PackageReference Include="MinimalHelpers.FluentValidation" Version="1.1.4" />
|
||||
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.2.2" />
|
||||
<PackageReference Include="PdfPig" Version="0.1.11" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.4" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.6" />
|
||||
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.6" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user