fhir-mapping-exceptions-winfix
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global fhir-mapping-exceptions-winfix --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local fhir-mapping-exceptions-winfix --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fhir-mapping-exceptions-winfix&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package fhir-mapping-exceptions-winfix --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mapping Exceptions WinFix
This simple command-line project is here to help contributors to the FHIR specification to be able to cleanup the line endings in the mapping-exceptions.xml files generated by the FHIR build process. The FHIR build process generates these files with forced line endings, which causes issues when git checks these files out on Windows.
This project will convert the line endings to the standard line endings for the platform it is run on.
It is intended to be run after the FHIR build process has completed before committing any changes to git. (To help remove unintended changes due to inconsistent line endings)
Usage:
c:\git\hl7\fhir-core-spec> mapping-exceptions-winfix
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.