-
The ASP.NET Core 1.0 has officially released several weeks ago, the OData vNext (with alpha) still rely on 1.0 RC2 and cannot install from Nuget so far.
Does there any roadmap exist to support ASP.NE…
-
Hi,
We try to use project.json to describe dependencies to a package containing C++ managed libraries. Its content is something like that:
```
1.0.0.0
|__ runtimes
|__win-x64/lib/net452/*.dll
…
-
``` c#
var name = "myGroup";
mockServer
.Given(Request.Create()
.WithPath("/api/v4/groups")
.WithHeader("PRIVATE-TOKEN", token)
.WithParam("name", name)
.Usi…
-
Proposed changes:
- Update csproj files to VS2019 format
- Change target of `OxyPlot.SharpDX` to `netstandard1.1` (minimum required to use SharpDX)
- Change `OxyPlot.SharpDX.Wpf` to target both `…
-
### Description
In Saml2ArtifactBinding, when resolving the artifact, the standard .net WebClient sends the artifact and retrieves the SAMLP ticket from the external IDP.
The SAMLP ticket is convert…
-
👋 I asked this question in gitter the other day..
I was trying to include xunits console runner as a dependency in my .fsx file
```
#r "paket:
nuget Fake.IO.FileSystem
nuget Fake.DotNet.MSBui…
-
## Non Security Issues
### Information needed
1. What nuget packages are you using
2.2.0
2. What is the expected behaviour
Our saml2p:Response payload contains one main saml2:Assertion with…
cveld updated
4 years ago
-
After the administrator logged in and added a new permitted extension of file such as "aassp".
![image](https://user-images.githubusercontent.com/16362115/56075035-70592200-5dee-11e9-8c5e-4f6e49e3…
-
I no longer use Windows and can't build a version for net461 or other windows-specific targets.
I've build this for net standard 2.1 but need help with getting multi-targeting working.
Anyone av…
-
### Description
When my app first starts, I want to require the user to login. Once logged in, I want to show the default landing page with the user name and buttons.
My thought, when a user login…