ReqIFSharp.Extensions 4.2.1

dotnet add package ReqIFSharp.Extensions --version 4.2.1
                    
NuGet\Install-Package ReqIFSharp.Extensions -Version 4.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReqIFSharp.Extensions" Version="4.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReqIFSharp.Extensions" Version="4.2.1" />
                    
Directory.Packages.props
<PackageReference Include="ReqIFSharp.Extensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ReqIFSharp.Extensions --version 4.2.1
                    
#r "nuget: ReqIFSharp.Extensions, 4.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ReqIFSharp.Extensions@4.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ReqIFSharp.Extensions&version=4.2.1
                    
Install as a Cake Addin
#tool nuget:?package=ReqIFSharp.Extensions&version=4.2.1
                    
Install as a Cake Tool

reqifsharp

ReqIFSharp and ReqIFSharp.Extensions are C# libraries for reading and writing ReqIF documents. ReqIFSharp is used in Starion products such as CDP4-COMET and a web based ReqIF Viewer. Read more about it here: https://www.reqifsharp.org

Quality Gate Status Code Smells Coverage Duplicated Lines (%) Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

Installation

The packages are available on Nuget:

Build Status

GitHub actions are used to build and test the library

Branch Build Status
Master Build Status
Development Build Status

Software Bill of Materials (SBOM)

As part of our commitment to security and transparency, this project includes a Software Bill of Materials (SBOM) in the associated NuGet packages. The SBOM provides a detailed inventory of the components and dependencies included in the package, allowing you to track and verify the software components, their licenses, and versions.

Why SBOM?

  • Improved Transparency: Gain insight into the open-source and third-party components included in this package.
  • Security Assurance: By providing an SBOM, we enable users to more easily track vulnerabilities associated with the included components.
  • Compliance: SBOMs help ensure compliance with licensing requirements and make it easier to audit the project's dependencies.

You can find the SBOM in the NuGet package itself, which is automatically generated and embedded during the build process.

License

ReqIFSharp and ReqIFSharp.Extensions are provided to the community under the Apache License 2.0 License.

Contributions

Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ReqIFSharp.Extensions:

Package Downloads
DEH-ReqIF

A .NET library to conver ECSS-E-TM-10-25 requirements to an OMG ReqIF file.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.2.1 83 8/8/2025
4.2.0 122 7/16/2025
4.1.0 217 2/19/2025
4.0.0 179 1/19/2025
3.1.1 422 10/19/2024
3.1.0 427 5/14/2024
3.0.0 242 4/27/2024
2.1.1 382 4/13/2024
2.1.0 817 12/7/2023
2.0.1 275 7/15/2023
2.0.0 473 11/9/2022
1.0.1 470 8/4/2022
1.0.0-RC3 219 7/23/2022
1.0.0-RC2 212 7/22/2022
1.0.0-RC1 226 6/10/2022

- [Update] to reqifsharp version 9.2.1
         - [Add] generation of SBOM and include in nuget package
         - [Add] xml docs and improve documentation