-
What is the purpose of Hl7.Fhir.WebApi?
I'm only guessing, but this is to be used like a "Host" layer and inject a service layer that ties to our specific data back-end? (I'm thinking IdentityServ…
-
I recently installed Raygun on a new project, and I've got to admit I got confused as to which package I should use.
![image](https://user-images.githubusercontent.com/3924814/42446161-33c6f21a-836…
-
When querying with solr-express i'm always running in a Aggregate exception.
The aggregate exception itself contains the following message:
```
Unknown to resolve solr query request
Requested in…
-
# Improving Performance of ARM32 Docker Images with .NET Core Package Cache
.NET Core SDK distributions include a compressed copy of NuGet packages for .NET Core, ASP.NET Core and EF Core. These pa…
-
I'm having a trouble with swagger in .netcore. I've tried everything and nothing. I saw another similar questions, but nothing works for me. Running my webapi app with swagger, always returns "Can't r…
-
Found while verifying aspnet/Release#302.
## Repro steps
1. create empty folder e.g. `md netCore21RC1Api`
2. `cd netCore21RC1Api`
3. `dotnet new webapi --name netCore21RC1Api --output .\netCore2…
-
We seem to have accidentally set the output type of the library as a console app, so if we use it in a class application it fails like this:
![image](https://user-images.githubusercontent.com/11810…
-
On an ASP.NET Core 1.0 RTM project I keep getting the following Warning:
```
Warning CS1701 Assuming assembly reference 'System.Runtime, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d…
-
Hi ,
I am deploying Asp.net Core application pcf environment with hwc_buildpack, I am using
cf push webapp -s windows2012R2 -b hwc_buildpack -p ./
command, also refer below url and added change…
-
I observed strange behavior when working with OData queries which used `any` lambda filters. Apparently `DefaultODataPathHandler` fails to handle such query because it treats whole path and query as o…