Jean-Sebastien Carle
Jean-Sebastien Carle
I've hit an [IOException](https://github.com/DiscUtils/DiscUtils/blob/08d7dd98cc4b10aad6bb5c7b3d23a61b64be77f2/Library/DiscUtils.Ntfs/MasterFileTable.cs#L344) while reading the the $MFT (BootRecord) of an NTFS volume of a VHDX from one of my virtual machines. The issue occurs while reading the $MFT...
I'd like to propose the use of [GeneratedEntityFramework](https://github.com/jscarle/GeneratedEntityFramework) as a way to source generate the DbSet implementations on the `ApplicationDbContext` that are defined on the `IApplicationDbContext` interface.
When a query uses the same parameter in several locations, Entity Framework may not detect the parameter as being the same parameter and will parameterize several instances of the same...
The module doesn't have a TypeScript definition, as such, fails to import without error or warning (depending on the project configuration) when use within TypeScript projects. All that's missing is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem nuget ### Package manager version _No response_ ### Language version netstandard2.0...
**Describe the bug** Setting `QuestPdf.Settings.UseEnvironmentFonts` to `false` does not skip loading of default fonts, which can cause hard to diagnose issues. **To Reproduce** Set `QuestPdf.Settings.UseEnvironmentFonts` to `false`, then load a...
The workflow has changed over the course of the versions, now there seems to be no way to stop the tooling for setting the baseUrl in the client.gen.ts. I set...
As part of https://github.com/dotnet/efcore/issues/33816, `UseAzureSql` was introduced, however it seems like it's not possible to combine `UseAzureSql` with `UseNetTopologySuite`. With `UseSqlServer`, we'd typically do: ```csharp options.UseSqlServer(connectionString, sqlServerOptions => { sqlServerOptions.UseNetTopologySuite();...
### Please describe Please add TailwindCSS as a an option! ### Additional context I know this has already been discussed as part of #246, but with the arrival of v4,...
### Description Resolves #741. Adds support for Tailwind CSS v4.