amyboose
amyboose
After using navigation properties in many-to-many relationship I've got exceptions on every entity with navigation property. But it works well after comments code lines with navigation set. ```C# public class...
I'm using a bit change example from microsoft documentation "What's new in EF 7": ```C# using Microsoft.EntityFrameworkCore; using System.Reflection; namespace EfCoreTpc; public class Program { public static void Main(params string[]...
We are using corporate proxy and all our outside traffic goes only through a proxy. I can't connect to internet without a proxy. I'm trying to build new image based...
Example 1: ```C# using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Npgsql; using System; using System.Linq; using System.Threading.Tasks; namespace PrimitiveTypes; public class Program { public static async Task Main(params string[] args) { MyContext...
### Description When using EF.Functions.Like on a property mapped via a ValueConverter from any strongly-typed type to string (both struct and class), Entity Framework Core emits a redundant CAST(... AS...
### What problem are you trying to solve? My code example: ```C# using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Npgsql; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EfInvalidSql; public class...
### ✨ Add code generation support for `Microsoft.AspNetCore.OpenApi.OpenApiOptions` This PR implements [issue #704](https://github.com/SteveDunn/Vogen/issues/704): enabling automatic OpenAPI schema mapping for value objects via source generator. --- ### ✅ What’s included -...
### Describe the feature First, I want to thanks for good project. But I have some problems to make it works for my project. In current version Vogen generate next...
## Description Currently, in the OpenAPI schema generated by Vogen, the C# `short` type is being mapped incorrectly. According to OpenAPI and JSON Schema conventions, `short` should map to: -...
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.Serilog.Sinks (Elastic.CommonSchema.Elasticsearch) **ECS schema version**: 9.0.0 **ECS .NET assembly version**: 9.0.0 **Elasticsearch version**: 8.13.2 **.NET framework / OS**: .NET Core 9 / Windows Server 2020...