Antão Almada
Antão Almada
I'm using `ILRepack.MSBuild.Task 2.0.1` on `.NET 5.0.100-preview.7` with target framework `netstandard2.0`. I'm getting the following error when I run `dotnet build` on the command line: ``` C:\Projects\NetFabric.Hyperlinq\NetFabric.Hyperlinq.SourceGenerator\NetFabric.Hyperlinq.SourceGenerator.csproj(31,5): error : Specified...
The compiler is not able to infer the generics types when using constraints. For this reason, a source generator was used to generate all the generics mappings so that a...
Use ```typescript import type * as factories from "./factories"; export type { factories }; ``` instead of ```typescript export * as factories from "./factories"; ``` A workaround because [api-exporter](https://api-extractor.com/) does...
In the first few lines of the generated `index.d.ts`, the folders are exported as a pair of `import` and `export`. For example: ``` typescript import type * as chainlink from...
Would it be possible to add support for glob patterns in `path-to-lcov`? The tool stack I'm using generates the `lcov` inside a folder named as a GUID. Not having to...
When I have a PR into the master branch, the GitHub check does not report the coverage change between master and current feature branch. It reports the change from the...
## I'm submitting a... Feature request ## Current behavior It works both with .NET Framework and .NET Core but I keep getting this message: `warning NU1701: Package 'Uno.SourceGeneration 3.0.0-dev.10' was...
I have a sample code using this library working fine with "Matrikon OPC Server for Simulation and Testing" but that fails with "Matrikon OPC Server for DDE". Although its documentation...
I'm having issues when upgrading my project to React 18. I came here hoping to find a solution but found that this hasn't been upgraded in a while. Decided to...