Skip to content

Commit

Permalink
Resolve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Mar 30, 2024
1 parent 63aa2c9 commit 19befe3
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using Dangl.BCF.BCFv2;
using Dangl.BCF.Tests.BCFTestCases.v2.CreateAndExport.Factory;
using Dangl.BCF.Tests.BCFTestCases.v2.Import;

namespace Dangl.BCF.Tests.BCFTestCases.v2.APIConversion
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Dangl.BCF.Tests.BCFTestCases.v2.CreateAndExport
namespace Dangl.BCF.Tests.BCFTestCases.v2.CreateAndExport
{
public class BcFv2TestCaseData
{
Expand Down
5 changes: 1 addition & 4 deletions test/Dangl.BCF.Tests/BCFv2/ProjectExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
using Xunit;
using Dangl.BCF.BCFv2;
using System.Linq;

Expand Down
5 changes: 1 addition & 4 deletions test/Dangl.BCF.Tests/BCFv21/ProjectExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
using Xunit;
using Dangl.BCF.BCFv21;
using System.Linq;

Expand Down
1 change: 0 additions & 1 deletion test/Dangl.BCF.Tests/BrandingCommentFactoryTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Xunit;

Expand Down
3 changes: 1 addition & 2 deletions test/Dangl.BCF.Tests/Converter/APIFromPhysical.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
using Dangl.BCF.BCFv2;
using Dangl.BCF.BCFv2.Schemas;
using Dangl.BCF.Converter;
using Dangl.BCF.Tests.BCFTestCases;
using Dangl.BCF.Tests.BCFTestCases.v2;
using Dangl.BCF.Tests.BCFTestCases.v2.CreateAndExport.Factory;
using Xunit;

namespace Dangl.BCF.Tests.Converter
{
public class APIFromPhysical
public static class APIFromPhysical
{
public class TestCaxeMaximumInformation
{
Expand Down
2 changes: 1 addition & 1 deletion test/Dangl.BCF.Tests/Converter/PhysicalFromAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Dangl.BCF.Tests.Converter
{
public class PhysicalFromAPI
public static class PhysicalFromAPI
{
public class SnapshotConversion
{
Expand Down
6 changes: 6 additions & 0 deletions test/Dangl.BCF.Tests/Dangl.BCF.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
</PropertyGroup>

<PropertyGroup>
<!-- RCS1155: Warning about using ToUpper instead of invariant comparison -->
<!-- RCS1138: Summary comment for XML docs -->
<NoWarn>$(NoWarn);RCS1155;RCS1138</NoWarn>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Resources\**/*" />
Expand Down
1 change: 0 additions & 1 deletion test/Dangl.BCF.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
5 changes: 1 addition & 4 deletions test/Dangl.BCF.Tests/Regression/BcfFileReader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
using Xunit;

namespace Dangl.BCF.Tests.Regression
{
Expand Down

0 comments on commit 19befe3

Please sign in to comment.