Skip to content

Commit d42fa16

Browse files
committed
Update example to include authenticity
1 parent 56d9793 commit d42fa16

24 files changed

+64
-5061
lines changed

.github/workflows/run-smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/setup-dotnet@v1
1717
with:
1818
dotnet-version: '3.1.x'
19-
- run: dotnet build src/Regula.DocumentReader.LocalNetCoreExample -c Release
20-
- working-directory: src/Regula.DocumentReader.LocalNetCoreExample/bin/Release/netcoreapp3.1/
21-
run: ./Regula.DocumentReader.LocalNetCoreExample
19+
- run: dotnet build src/Regula.DocumentReader.NetCoreExample -c Release
20+
- working-directory: src/Regula.DocumentReader.NetCoreExample/bin/Release/netcoreapp3.1/
21+
run: ./Regula.DocumentReader.NetCoreExample
2222
env:
2323
API_BASE_PATH: "https://testapi.regulaforensics.com"
2424
TEST_LICENSE: ${{secrets.TEST_LICENSE}}

.openapi-generator/FILES

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ src/Regula.DocumentReader.WebClient/Client/IReadableConfiguration.cs
1111
src/Regula.DocumentReader.WebClient/Client/OpenAPIDateConverter.cs
1212
src/Regula.DocumentReader.WebClient/Model/AreaContainer.cs
1313
src/Regula.DocumentReader.WebClient/Model/AuthenticityCheckList.cs
14+
src/Regula.DocumentReader.WebClient/Model/AuthenticityCheckResult.cs
1415
src/Regula.DocumentReader.WebClient/Model/AuthenticityResult.cs
15-
src/Regula.DocumentReader.WebClient/Model/AuthenticityResultType.cs
1616
src/Regula.DocumentReader.WebClient/Model/ChosenDocumentType.cs
1717
src/Regula.DocumentReader.WebClient/Model/ChosenDocumentTypeResult.cs
1818
src/Regula.DocumentReader.WebClient/Model/CrossSourceValueComparison.cs
@@ -54,7 +54,6 @@ src/Regula.DocumentReader.WebClient/Model/ProcessResponse.cs
5454
src/Regula.DocumentReader.WebClient/Model/ProcessSystemInfo.cs
5555
src/Regula.DocumentReader.WebClient/Model/RawImageContainerList.cs
5656
src/Regula.DocumentReader.WebClient/Model/RectangleCoordinates.cs
57-
src/Regula.DocumentReader.WebClient/Model/ResultItem.cs
5857
src/Regula.DocumentReader.WebClient/Model/RfidOrigin.cs
5958
src/Regula.DocumentReader.WebClient/Model/SecurityFeatureResult.cs
6059
src/Regula.DocumentReader.WebClient/Model/SourceValidity.cs

Regula.DocumentReader.Examples.sln

Lines changed: 0 additions & 34 deletions
This file was deleted.

Regula.DocumentReader.sln

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
VisualStudioVersion = 16.0.30503.244
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Regula.DocumentReader.WebClient", "src\Regula.DocumentReader.WebClient\Regula.DocumentReader.WebClient.csproj", "{21FC9582-EA65-4043-ABF6-BD436E3CCD10}"
6-
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Regula.DocumentReader.WebClientTest", "src\Regula.DocumentReader.WebClientTest\Regula.DocumentReader.WebClientTest.csproj", "{3B5A6175-62E1-4A21-A16A-194C9C67D86B}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Regula.DocumentReader.NetCoreExample", "src\Regula.DocumentReader.NetCoreExample\Regula.DocumentReader.NetCoreExample.csproj", "{21FC9582-EA65-4043-ABF6-BD436E3CCD10}"
87
EndProject
98
Global
109
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -16,10 +15,6 @@ Global
1615
{21FC9582-EA65-4043-ABF6-BD436E3CCD10}.Debug|Any CPU.Build.0 = Debug|Any CPU
1716
{21FC9582-EA65-4043-ABF6-BD436E3CCD10}.Release|Any CPU.ActiveCfg = Release|Any CPU
1817
{21FC9582-EA65-4043-ABF6-BD436E3CCD10}.Release|Any CPU.Build.0 = Release|Any CPU
19-
{3B5A6175-62E1-4A21-A16A-194C9C67D86B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{3B5A6175-62E1-4A21-A16A-194C9C67D86B}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{3B5A6175-62E1-4A21-A16A-194C9C67D86B}.Release|Any CPU.ActiveCfg = Release|Any CPU
22-
{3B5A6175-62E1-4A21-A16A-194C9C67D86B}.Release|Any CPU.Build.0 = Release|Any CPU
2318
EndGlobalSection
2419
GlobalSection(SolutionProperties) = preSolution
2520
HideSolutionNode = FALSE

src/Regula.DocumentReader.Example/Program.cs

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/Regula.DocumentReader.Example/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/Regula.DocumentReader.Example/Regula.DocumentReader.Example.csproj

Lines changed: 0 additions & 65 deletions
This file was deleted.
Binary file not shown.

src/Regula.DocumentReader.LocalNetCoreExample/Program.cs

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/Regula.DocumentReader.LocalNetCoreExample/Regula.DocumentReader.LocalNetCoreExample.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)