Stéphane Couraut
Stéphane Couraut
Hi, I have an exception with .net6. The FindEntityType method is not an extension method in .net 6. Message: System.MissingMethodException : Method not found: 'Microsoft.EntityFrameworkCore.Metadata.IEntityType Microsoft.EntityFrameworkCore.ModelExtensions.FindEntityType(Microsoft.EntityFrameworkCore.Metadata.IModel, System.Type)'. Arborescence des appels...
- Adjusted offset calculations to correctly handle files larger than 4GB. ## Related Issues - #138
Hi, When decompressing an archive larger than 4GB, a CRC error is raised. After debugging, it was found that this occurs because the offset remains at MAX_VALUE_32BITS once reached. The...
# Feature Request ## Motivation Behind Feature To improve security and simplify the build workflow, it is essential to integrate support for Azure Trusted Signing into cordova-electron. Since electron-builder already...