Alexander Turtsevich
Alexander Turtsevich
This is the same problem as #1103. Stack traces: ``` at OfficeOpenXml.Utils.RecyclableMemory.GetStream() at OfficeOpenXml.Packaging.ZipPackagePart.GetStream(FileMode fileMode, FileAccess fileAccess) at OfficeOpenXml.ExcelWorkbook.get_StylesXml() at OfficeOpenXml.ExcelWorkbook.get_Styles() at OfficeOpenXml.ExcelRangeBase.get_Style() at Excel.Extensions.ExcelExtensions.WrapText(ExcelRange cell) ``` ``` at OfficeOpenXml.Utils.RecyclableMemory.GetStream()...
#### I'm submitting a ... - [x] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...
Currently we are migrating legacy app to Asp.Net Core 2.2 as the first step, so we are using `LightInject.Microsoft.AspNetCore.Hosting`. There are several interceptors that access current scope, for example transaction...
My particular case is related to Telerik reporting components. Reporting attempts to resolve service `IReportServiceConfiguration` which leads to `CompositionRootTypeExtractor` execution, which fails due type load exception. Indeed, some of the...
### Which @angular/* package(s) are the source of the bug? forms ### Is this a regression? No ### Description - built-in validators like `required` are still imported with `FormsModule` -...
https://www.lightinject.net/ is not responding.
### Description Mapping SQL Server FTS function `CONTAINS` (returns bool): ```csharp [Function(FunctionType.BuiltInFunction, "CONTAINS", StoreFunctionName = "CONTAINS")] [return: Parameter(DbType = "bit", ClrType = typeof(bool))] public static bool FtxContains([Parameter(DbType = "varbinary(max)")] byte[]...
### Description tldr; I'm integrating EF6 (not Core) and linq2db. EF6 requires to open connection via special interceptor otherwise it does not recognize that connection was opened. If I pass...
### Description EF6 with custom `STRING_AGG` function can execute the query without any issues. ### Reproduction Steps ```csharp [AllureNUnit] public class AggregateAssociationTest { public class User { [Column] public int...
Currently, the only option is to save patch as a file, sometimes it is convenient to save patch to clipboard: