-
Doing some perf tests and there's a large impact to the first time PSSA.dll is loaded due to JIT.
However, after the initial JIT, execution time is MUCH faster. But for cases where PSSA is invoked…
-
Is any plan to support netcore2.0,many need it
-
Hi!
I've just discovered this starter kit while I was searching something to kick start with asp.net core + react. I haven't dug deep but the first thing I encountered is that a created project is …
-
my project is netcore2.x, now I want to implement the following functions
![image](https://user-images.githubusercontent.com/12151026/105145252-70489300-5b39-11eb-8098-5ac324fb7712.png)
In the h…
-
I have a project which run perfect in net core 2.2 in Windows platform, but since i switch to Linux platform (Ubuntu 20.04), I get a suddent error with "Get only supports an entity with a [Key] or an …
-
## Details about Problem
NuGet product used: dotnet.exe
NuGet version: 4.5.1.4879
dotnet.exe --version: 2.1.402
OS version: win10 v1809 (17763.134)
Dll's packed as content with build action c…
-
Seems like explicit support for net451,net471,netcore2.1,netcore3.1 complicates dependency management.
Does it make sense to completely drop support for net451 and support the rest through netstandar…
-
Well, i'm having troubles with FFI on netcoreapp2 vs all good on netcoreapp3
![image](https://user-images.githubusercontent.com/2705498/82207863-ce6a0a00-990a-11ea-8324-717d8dad897d.png)
```csha…
-
This is more a note than an issue, I just figured others might see and be helped
.NET Core 2.0 was officially released a few days ago so I installed it along with VS 2017 Version 15.3.0 (Lastest.) I…
-
It doesn't seem to be, and is stopping me from compiling a netcore2.2 app
EDIT: I see that the LoggerFactory.Create method is indeed being used, so technically that makes a dependency. Can we find…