Allan Targino

Results 14 comments of Allan Targino

This project from Microsoft can generate OpenAPI document from OData CSDL: https://github.com/microsoft/OpenAPI.NET.OData ```csharp public static void GenerateOpenApiDescription() { IEdmModel model = GetEdmModel(); OpenApiConvertSettings settings = new OpenApiConvertSettings { // configuration...

Hi @vasicvuk, The runtime is already shipped with Newtonsoft.JSON 11.0.2. At any class you can just import it (`using Newtonsoft.Json;`) without explicit adding it as a dependency on your `.csproj`....

Hi @garethpixelpin and @vasicvuk, I see your point and makes sense to have an isolated environment for dependencies. We would appreciate any contributions to the .NET Core runtime in order...

Hi @natiki Currently the .NET Core `2.1` is the main one just because it is the official LTM (long term support). We can try to support both (specially if there...

Hi @natiki, We can definitely use alpine images. I am going to change the current one for `mcr.microsoft.com/dotnet/core/aspnet:2.1.12-alpine3.9`. But we need to use `aspnet core` images, not just the simple...

I agree with @andresmgot that adding this step to the build would make it slower.. @natiki, how about you mirror all images in your own registry and use it with...

Sorry the delay to get into the discussions, I was in vacations :))

Hi all, I've created this sample to support the partition per worker pattern: https://github.com/allantargino/dotnet-kafka-parallel-consumer It is just a sample and probably not production ready, but it is a start. If...

Hi all, I've created this sample to support the partition per worker pattern: https://github.com/allantargino/dotnet-kafka-parallel-consumer It is just a sample and probably not production ready, but it is a start. If...

For some reason the network profile wasn't deleted. To fix it, try manually deleting it: https://docs.microsoft.com/en-us/answers/questions/119340/unable-to-delete-virtual-network.html On the portal, try mark this checkbox: ![image](https://user-images.githubusercontent.com/13934447/125181205-f7b5bb80-e1d8-11eb-82ef-83927baebd52.png)