-
Clicking Quit will show errors then
close apps one at a time client first server last Debug Mode: https://prnt.sc/wbsaoq
Exception thrown on Line 140 "foreach (var item in StartupItems)"
https:/…
-
_From @davidmatson on March 21, 2017 2:47_
```xml
WinExe
net452
win-x64
Testx64
```
Expected:
64-bit assembly
Actual:
AnyCPU assembly
Current workaround is…
-
I am not sure this can be done, but is there any plan to make the NuGet package compatible with NETCore apps?
Currently, trying to `dotnet restore` a project referencing the VulkanSharp NuGet package…
-
Create a new dotnet console app and change the TargetFramework element in the .csproj file to:
`net452;net472;netcoreapp30`
Then in Program.cs type in a new class, for example:
`public class Fo…
-
`dotnet test MyAssembly.dll --verbosity diag[nostic]` prints the same output as `dotnet test MyAssembly.dll` while `dotnet test MyAssembly.dll --verbosity detailed` is working as expected. It looks li…
-
I think this is sorta obvious, but hey, the goal here is to eventually build this library in with dotnetcore on netstandard 1.6
Objections? Thoughts? Am I nuts because this is impossible?
I'm thinki…
-
Running the example app from master https://github.com/jpierson/x-akka-sharding/commit/c63b66c7accd471de5f9f0e4186b6220779d39fe I'm seeing the following errors.
### x-akka-sharding
```
[INFO][8/3/201…
-
I don't know why :(
Upload image in Github, Gmail have the same issue
Resize on Imagesharp have the same issue
But when i try resize using net452, use system.drawing, image color is good, not …
-
Take the following code:
```csharp
internal class Program
{
private static readonly string a = "a";
public static readonly string aa = a + "a";
}
```
`SA1202` is telling me that public …
-
## I'm submitting a...
- Feature request (UserVoice request: )
## Current behavior
MarkdownBlock returns only sanitized text from the orignial markdown or .net default behaivour on calling `ToS…