HelseNordIKT.FHIRStarter.Bonfire
1.0.20
See the version list below for details.
dotnet add package HelseNordIKT.FHIRStarter.Bonfire --version 1.0.20
NuGet\Install-Package HelseNordIKT.FHIRStarter.Bonfire -Version 1.0.20
<PackageReference Include="HelseNordIKT.FHIRStarter.Bonfire" Version="1.0.20" />
paket add HelseNordIKT.FHIRStarter.Bonfire --version 1.0.20
#r "nuget: HelseNordIKT.FHIRStarter.Bonfire, 1.0.20"
// Install HelseNordIKT.FHIRStarter.Bonfire as a Cake Addin #addin nuget:?package=HelseNordIKT.FHIRStarter.Bonfire&version=1.0.20 // Install HelseNordIKT.FHIRStarter.Bonfire as a Cake Tool #tool nuget:?package=HelseNordIKT.FHIRStarter.Bonfire&version=1.0.20
Contains the FhirController as well as other core libraries for FhirStarter. For web server projects, please add FhirStarter.Flare to get the Global.asax and xslt.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Antlr (>= 3.5.0.2)
- Hl7.Fhir.Specification.DSTU2 (>= 0.92.1)
- log4net (>= 2.0.8)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.AspNet.WebApi (>= 5.2.3)
- Microsoft.AspNet.WebApi.Cors (>= 5.2.3)
- Microsoft.AspNet.WebApi.Tracing (>= 5.2.3)
- Newtonsoft.Json (>= 10.0.3)
- Ninject (>= 3.2.2)
- Ninject.Web.Common (>= 3.2.3)
- Splunk.Logging.Common (>= 1.6.1)
- System.ValueTuple (>= 4.3.1)
- Unity (>= 4.0.1)
- WebActivatorEx (>= 2.2.0)
- WebGrease (>= 1.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HelseNordIKT.FHIRStarter.Bonfire:
Package | Downloads |
---|---|
FhirStarter.Flare
Contains the web files needed for a Fhir web server. For just class libraries, only FhirStarter.Bonefire is needed. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.28 | 2,243 | 6/20/2018 | |
1.0.27 | 2,024 | 12/14/2017 | |
1.0.26 | 1,819 | 12/14/2017 | |
1.0.23 | 2,202 | 8/15/2017 | |
1.0.22 | 1,828 | 8/15/2017 | |
1.0.20 | 2,193 | 7/7/2017 | |
1.0.19 | 1,890 | 7/7/2017 | |
1.0.18 | 1,886 | 6/28/2017 | |
1.0.17 | 2,072 | 6/18/2017 | |
1.0.0.18 | 1,877 | 6/28/2017 | |
1.0.0.9 | 1,871 | 6/28/2017 | |
1.0.0.8 | 2,146 | 5/2/2017 | |
1.0.0.7 | 2,104 | 4/10/2017 | |
1.0.0.6 | 2,208 | 3/17/2017 | |
1.0.0.5 | 2,527 | 3/10/2017 | |
1.0.0 | 2,649 | 3/9/2017 |
Changed back to Log4Net. Added logging of exceptions - will return json or xml based on what's in the accept header. Also updated Newtonsoft references to all of the projects, seems to work for now. Tested operationoutcome as well as proper response.