Val Melamed
Val Melamed
When trying to generate a client from my swagger, I got the exception below. Can you please hint at what might be the problem? Under the exception, I added also...
I haven't worked on this computer for 2-3 months now and when I came today besides the usual `home` and `opt` and `usr` I saw a bunch of directories at...
I could not find it so far but is there something more to templates' syntax than just: `| {}`. For example, can I specify `| [||]` (specify the three possible...
**Describe the solution you'd like** E.g. `[Option("-d|--debug", CommandOptionType.NoValue, Hidden = true)]` To be honest, I really don't like "easter eggs" but sometimes life is stronger than you...
# Issue with OpenTelemetry.Instrumentation.EntityFrameworkCore - Requires `ConnectionMode.Gateway` List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 1.3.2`): * OpenTelemetry.Instrumentation.Http Ver. 1.0.0-rc9.14 Runtime version (e.g. `net462`,...
### Nuget Package json-everything.net (playground) ### Package Version 7.0.4 ### Operating System Windows ### .Net Target (if relevant, please specify the version in the description) .Net (5 or after) ###...
I migrated a small project to .NET 10 and I am using VS 2026 Pro. However, the behavior is quite erratic: 1. If I run the tests in a CLI...
I generated and printed a bunch of ULIDs. ```csharp Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); Console.WriteLine(Ulid.NewUlid().ToString()); ``` And I got this: ```text 01K4P8T8PW:2NRPGWK4VC9H38PS 01K4P8T8PX:SFM8VGRCFTSZ1STZ 01K4P8T8PX:HWSQB413GQ18FQM8 01K4P8T8PX:43FGEJ4WX30YSCGG...