Damian Romanowski
Damian Romanowski
for some reason .NET 5 was not present in last appveyor build, I've bumped tests to .net 6, @mcintyre321
### What feature or new tool do you think should be added to DevToys? I would like an ability to parse sp_executesql output (copied from SQL Server Profiler) to `normal`...
sample [swagger.json](https://github.com/RicoSuter/NSwag/files/13989199/swagger.json) code: ```csharp async Task Main() { var document = await OpenApiDocument.FromFileAsync("swagger.json"); var settings = new CSharpClientGeneratorSettings { GenerateClientClasses = true, GenerateOptionalParameters = true, OperationNameGenerator = new MultipleClientsFromFirstTagAndOperationNameGenerator(), CSharpGeneratorSettings...
:lady_beetle: **Describe the bug** After sending a lot (>30) test messages some of them are ignored due to google intrusive ads policies, warning can be seen in the console when...
While performing set operation on two queries that both return two entities and the second entity has an owned type, joins for owned type's properties are made to the first...
When an owned type has navigation properties, `Include()` only works when it is placed before `Where()`. In this sample `Location` is an owned type with 2 navigation properties: room and...