Skip to content

Commit

Permalink
Final cleanup and setting versions
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pekurny <mpekurny@paychex.com>
  • Loading branch information
mpekurny committed Sep 16, 2024
1 parent f22626d commit aee3638
Show file tree
Hide file tree
Showing 30 changed files with 1,191 additions and 53 deletions.
2 changes: 1 addition & 1 deletion _testdata/ReferenceDllProject/ReferenceDll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="4.19.4" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.29" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion _testdata/ReferenceProject/ReferenceProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="4.19.4" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.29" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion _testdata/Sample/IntegrationTestSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.29" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
</ItemGroup>
</Project>
7 changes: 0 additions & 7 deletions _testdata/Sample/StepImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

using System;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Gauge.CSharp.Lib;
using Gauge.CSharp.Lib.Attribute;
Expand Down Expand Up @@ -84,11 +82,6 @@ public class CustomSerializableException : Exception
public CustomSerializableException(string s) : base(s)
{
}

public CustomSerializableException(SerializationInfo info, StreamingContext context)
: base(info, context)
{
}
}

public class CustomException : Exception
Expand Down
Binary file modified _testdata/Sample/gauge_bin/Gauge.CSharp.Lib.dll
Binary file not shown.
16 changes: 8 additions & 8 deletions _testdata/Sample/gauge_bin/IntegrationTestSample.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
".NETCoreApp,Version=v8.0": {
"IntegrationTestSample/1.0.0": {
"dependencies": {
"Gauge.CSharp.Lib": "0.11.29"
"Gauge.CSharp.Lib": "0.11.1"
},
"runtime": {
"IntegrationTestSample.dll": {}
}
},
"Gauge.CSharp.Lib/0.11.29": {
"Gauge.CSharp.Lib/0.11.1": {
"runtime": {
"lib/net8.0/Gauge.CSharp.Lib.dll": {
"assemblyVersion": "0.11.29.0",
"fileVersion": "0.10.3.0"
"assemblyVersion": "0.11.1.0",
"fileVersion": "0.11.1.0"
}
}
}
Expand All @@ -30,12 +30,12 @@
"serviceable": false,
"sha512": ""
},
"Gauge.CSharp.Lib/0.11.29": {
"Gauge.CSharp.Lib/0.11.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3WXaDyUh63Z0YDz2OI4Af0UC20ggt8NBebUM6dtpydAOrqqIOHvK84Fc7iHyB5UT2hFUQlNhuBQnF9O2h0/crQ==",
"path": "gauge.csharp.lib/0.11.29",
"hashPath": "gauge.csharp.lib.0.11.29.nupkg.sha512"
"sha512": "sha512-QEgfnNnhgPkW+BuXcz4bKN4DsjFWEepIN7gcIs68/STVlejB6LaMYDmrDFdakSVV6G21xWz4U8egSurZsN4RaA==",
"path": "gauge.csharp.lib/0.11.1",
"hashPath": "gauge.csharp.lib.0.11.1.nupkg.sha512"
}
}
}
Binary file modified _testdata/Sample/gauge_bin/IntegrationTestSample.dll
Binary file not shown.
Binary file modified _testdata/Sample/gauge_bin/IntegrationTestSample.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.29" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified _testdata/SampleDllReference/gauge_bin/Gauge.CSharp.Lib.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"IntegrationTestSample/1.0.0": {
"IntegrationTestSampleDllReference/1.0.0": {
"dependencies": {
"Gauge.CSharp.Lib": "0.11.29",
"Gauge.CSharp.Lib": "0.11.1",
"ReferenceDll": "1.0.0.0"
},
"runtime": {
"IntegrationTestSample.dll": {}
"IntegrationTestSampleDllReference.dll": {}
}
},
"Gauge.CSharp.Lib/0.11.29": {
"Gauge.CSharp.Lib/0.11.1": {
"runtime": {
"lib/net8.0/Gauge.CSharp.Lib.dll": {
"assemblyVersion": "0.11.29.0",
"fileVersion": "0.10.3.0"
"assemblyVersion": "0.11.1.0",
"fileVersion": "0.11.1.0"
}
}
},
Expand Down Expand Up @@ -50,17 +50,17 @@
}
},
"libraries": {
"IntegrationTestSample/1.0.0": {
"IntegrationTestSampleDllReference/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Gauge.CSharp.Lib/0.11.29": {
"Gauge.CSharp.Lib/0.11.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3WXaDyUh63Z0YDz2OI4Af0UC20ggt8NBebUM6dtpydAOrqqIOHvK84Fc7iHyB5UT2hFUQlNhuBQnF9O2h0/crQ==",
"path": "gauge.csharp.lib/0.11.29",
"hashPath": "gauge.csharp.lib.0.11.29.nupkg.sha512"
"sha512": "sha512-QEgfnNnhgPkW+BuXcz4bKN4DsjFWEepIN7gcIs68/STVlejB6LaMYDmrDFdakSVV6G21xWz4U8egSurZsN4RaA==",
"path": "gauge.csharp.lib/0.11.1",
"hashPath": "gauge.csharp.lib.0.11.1.nupkg.sha512"
},
"ReferenceDll/1.0.0.0": {
"type": "reference",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified _testdata/SampleDllReference/libs/Gauge.CSharp.Lib.dll
Binary file not shown.
16 changes: 8 additions & 8 deletions _testdata/SampleDllReference/libs/ReferenceDll.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ReferenceDll/1.0.0": {
"dependencies": {
"FluentAssertions": "4.19.4",
"Gauge.CSharp.Lib": "0.11.29"
"Gauge.CSharp.Lib": "0.11.1"
},
"runtime": {
"ReferenceDll.dll": {}
Expand All @@ -31,11 +31,11 @@
}
}
},
"Gauge.CSharp.Lib/0.11.29": {
"Gauge.CSharp.Lib/0.11.1": {
"runtime": {
"lib/net8.0/Gauge.CSharp.Lib.dll": {
"assemblyVersion": "0.11.29.0",
"fileVersion": "0.10.3.0"
"assemblyVersion": "0.11.1.0",
"fileVersion": "0.11.1.0"
}
}
},
Expand Down Expand Up @@ -699,12 +699,12 @@
"path": "fluentassertions/4.19.4",
"hashPath": "fluentassertions.4.19.4.nupkg.sha512"
},
"Gauge.CSharp.Lib/0.11.29": {
"Gauge.CSharp.Lib/0.11.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3WXaDyUh63Z0YDz2OI4Af0UC20ggt8NBebUM6dtpydAOrqqIOHvK84Fc7iHyB5UT2hFUQlNhuBQnF9O2h0/crQ==",
"path": "gauge.csharp.lib/0.11.29",
"hashPath": "gauge.csharp.lib.0.11.29.nupkg.sha512"
"sha512": "sha512-QEgfnNnhgPkW+BuXcz4bKN4DsjFWEepIN7gcIs68/STVlejB6LaMYDmrDFdakSVV6G21xWz4U8egSurZsN4RaA==",
"path": "gauge.csharp.lib/0.11.1",
"hashPath": "gauge.csharp.lib.0.11.1.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/1.0.1": {
"type": "package",
Expand Down
Binary file modified _testdata/SampleDllReference/libs/ReferenceDll.dll
Binary file not shown.
Binary file modified _testdata/SampleDllReference/libs/ReferenceDll.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.29" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Configuration>Debug</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>gauge_bin</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
Expand Down
10 changes: 2 additions & 8 deletions _testdata/SampleProjectReference/StepImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

using System;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Gauge.CSharp.Lib;
using Gauge.CSharp.Lib.Attribute;
Expand Down Expand Up @@ -79,7 +77,8 @@ public void ReadTable(Table table)
}

[Step("Take Screenshot in reference Project")]
public void TakeProjectReferenceScreenshot() {
public void TakeProjectReferenceScreenshot()
{
GaugeScreenshots.RegisterCustomScreenshotWriter(new ReferenceProject.ScreenshotWriter());
GaugeScreenshots.Capture();
GaugeScreenshots.RegisterCustomScreenshotWriter(new StringScreenshotWriter());
Expand All @@ -91,11 +90,6 @@ public class CustomSerializableException : Exception
public CustomSerializableException(string s) : base(s)
{
}

public CustomSerializableException(SerializationInfo info, StreamingContext context)
: base(info, context)
{
}
}

public class CustomException : Exception
Expand Down
Binary file not shown.
Loading

0 comments on commit aee3638

Please sign in to comment.