From 207fe4aafb16d42a07c4da1bd34d52cdf3ffc733 Mon Sep 17 00:00:00 2001 From: samatrhea Date: Sun, 11 Jun 2023 20:20:29 +0200 Subject: [PATCH] [Update] README --- DEH-REQIF.Tests/ReqIFBuilderTestFixture.cs | 4 +--- README.md | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DEH-REQIF.Tests/ReqIFBuilderTestFixture.cs b/DEH-REQIF.Tests/ReqIFBuilderTestFixture.cs index d9652d0..7424d8b 100644 --- a/DEH-REQIF.Tests/ReqIFBuilderTestFixture.cs +++ b/DEH-REQIF.Tests/ReqIFBuilderTestFixture.cs @@ -424,9 +424,7 @@ public void Verify_that_reqifz_can_be_created() var builder = new ReqIFBuilder(); var targetReqIf = builder.Build(this.templateReqIF, this.iteration.RequirementsSpecification, this.exportSettings, false); - - var reqifSerializer = new ReqIFSerializer(); - + var writer = new ReqIfFileWriter(); var stream = new MemoryStream(); diff --git a/README.md b/README.md index 7e504a7..fba74f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DEH-REQIF -The Digital Engineering Hub ReqIF (DEH-ReqIF) library is used to convert an ECSS-E-TM-10-25 requirements set into a ReqIF document. +The Digital Engineering Hub ReqIF (DEH-ReqIF) solution is used to convert an ECSS-E-TM-10-25 requirements set into a ReqIF document. The solution provides the **DEH-ReqIF** nuget package as well as a console application **DEH-REQIF.Console**. [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_DEH-REQIF&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_DEH-REQIF) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_DEH-REQIF&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_DEH-REQIF) @@ -19,7 +19,6 @@ The packages are available on Nuget at https://www.nuget.org/packages/DEH-ReqIF/ [![NuGet Badge](https://buildstats.info/nuget/DEH-ReqIF)](https://buildstats.info/nuget/DEH-ReqIF) - ## Build Status GitHub actions are used to build and test the libraries