-
Hi,
The `IExceptionToErrorInfoConverter` interface and it's implementation are in the `Volo.Abp.ExceptionHandling` package (which targets netstandard2.0).
It's misleading that the components are i…
-
The app setup I have
Web App (.net472)
Class Library (.netstandard2.0)
The Web App references Microsoft.SqlServer.SqlManagementObjects and the Class library also references Microsoft.SqlServer…
-
Today , There are Asp.Net (`System.Web.HttpContext`) and Asp.Net Core (`Microsoft.AspNetCore.Http.HttpContext`) in .net Framework , and there are a few packages use .net Framwork with `System.Web.Htt…
-
In this PR: https://github.com/dotnet/fsharp/pull/14383 an additional (highly suspect .ToString() was need to get it to compile.
Without ToString():
![image](https://user-images.githubusercontent.…
-
Hi,
I try to compile and build rClr using VS2019 and R 3.6.0. The compilation works fine, but the build, using devtools::build, fails late in the process. Here are the error messages at the end of …
-
Building a graph containing packable (which triggers the nuget pack targets to run) projects that are not terminal leaves triggers the isolation constraints.
The pack logic is run on the outer buil…
-
**This is my project file :**
```
netstandard2.1
true
true
snupkg
false
1.0.3.0
1.0.3.0
1.0.3
true
port…
d18zj updated
3 years ago
-
- [ ] question
- [x] bug report
- [ ] feature request
I've created a NetStandard2.0 package that depends on:
- Accord.Vision 3.8.2-alpha
- CoreCompat.System.Drawing.v2 5.2.0-preview1-r131…
-
Mono does not emit custom attributes on methods' generic parameters.
Say you were to emit the following type with System.Reflection.Emit:
```csharp
interface Type
{
void Method();
}
```…
stakx updated
1 month ago
-
In most operators, we have guard statements that are executed immediately, while the bulk of the operator is implemented in a separate method (see #837 for discussion on why this pattern is used). Cur…