Skip to content

Commit 27b849b

Browse files
Robu6/libs nuget example (#57)
* Adding libs examples. * Add libs action to build stage. * correct typo * run.sh assembly names.
1 parent 2b497c4 commit 27b849b

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

.gitleaksignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ b1f85a7faf54eaf66074d7a6daa093aefe6b3ebe:sdk/python/pyproject.toml:ipv4:25
1616
28aa8bcf42e1af50ab2541a345be851b53dd0f00:specification/api/notify-supplier.yml:generic-api-key:115
1717
93e54b6baa390529aab08d9fd956837f7bb3f30:src/src.sln:ipv4:3
1818
493e54b6baa390529aab08d9fd956837f7bb3f30:src/src.sln:ipv4:3
19+
<<<<<<< HEAD
1920
d8aaf7e033bf78fff491caa148897be266b60f67:src/src.sln:ipv4:3
21+
=======
22+
>>>>>>> d8aaf7e (Robu6/libs nuget example (#57))

src/server/host/Program.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@
1111
builder.Configuration,
1212
suppliersApiBuilder =>
1313
{
14+
<<<<<<< HEAD
1415
suppliersApiBuilder
1516
.FromAssemblies()
1617
.ConfigureOptions(suppliersOptions =>
1718
{
1819
});
20+
=======
21+
suppliersApiBuilder.FromAssemblies();
22+
suppliersApiBuilder.ConfigureOptions(suppliersOptions =>
23+
{
24+
});
25+
>>>>>>> d8aaf7e (Robu6/libs nuget example (#57))
1926
});
2027

2128
var app = builder.Build();

src/server/server.sln

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12

23
Microsoft Visual Studio Solution File, Format Version 12.00
34
# Visual Studio Version 17
@@ -38,3 +39,55 @@ Global
3839
{176BF6D5-5C0B-474D-8E7B-E1B798D8BA87}.Release|Any CPU.Build.0 = Release|Any CPU
3940
EndGlobalSection
4041
EndGlobal
42+
=======
43+

44+
Microsoft Visual Studio Solution File, Format Version 12.00
45+
# Visual Studio Version 17
46+
VisualStudioVersion = 17.0.31903.59
47+
MinimumVisualStudioVersion = 10.0.40219.1
48+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "abstractions", "abstractions\abstractions.csproj", "{3C2F563D-8CDE-427C-B5C6-83B2C6094942}"
49+
EndProject
50+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "host", "host\host.csproj", "{677DD50B-705B-41EA-9184-BAF6FD3B51AA}"
51+
EndProject
52+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "letter", "letter", "{C765FCF7-579D-4518-9027-228A36B5873F}"
53+
EndProject
54+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "data", "data\data.csproj", "{87832A02-4849-4969-BCF5-04A1176DBFBD}"
55+
EndProject
56+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "letter", "letter\letter.csproj", "{AA5F5F27-00B4-4C49-A757-2EF75BD7339E}"
57+
EndProject
58+
Global
59+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
60+
Debug|Any CPU = Debug|Any CPU
61+
Release|Any CPU = Release|Any CPU
62+
EndGlobalSection
63+
GlobalSection(SolutionProperties) = preSolution
64+
HideSolutionNode = FALSE
65+
EndGlobalSection
66+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
67+
{3C2F563D-8CDE-427C-B5C6-83B2C6094942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{3C2F563D-8CDE-427C-B5C6-83B2C6094942}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{3C2F563D-8CDE-427C-B5C6-83B2C6094942}.Release|Any CPU.ActiveCfg = Release|Any CPU
70+
{3C2F563D-8CDE-427C-B5C6-83B2C6094942}.Release|Any CPU.Build.0 = Release|Any CPU
71+
{677DD50B-705B-41EA-9184-BAF6FD3B51AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
72+
{677DD50B-705B-41EA-9184-BAF6FD3B51AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
73+
{677DD50B-705B-41EA-9184-BAF6FD3B51AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{677DD50B-705B-41EA-9184-BAF6FD3B51AA}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{050DA337-782A-4CA2-9C6C-35DA30B166FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
76+
{050DA337-782A-4CA2-9C6C-35DA30B166FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
77+
{050DA337-782A-4CA2-9C6C-35DA30B166FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
78+
{050DA337-782A-4CA2-9C6C-35DA30B166FD}.Release|Any CPU.Build.0 = Release|Any CPU
79+
{87832A02-4849-4969-BCF5-04A1176DBFBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{87832A02-4849-4969-BCF5-04A1176DBFBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{87832A02-4849-4969-BCF5-04A1176DBFBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
82+
{87832A02-4849-4969-BCF5-04A1176DBFBD}.Release|Any CPU.Build.0 = Release|Any CPU
83+
{AA5F5F27-00B4-4C49-A757-2EF75BD7339E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
84+
{AA5F5F27-00B4-4C49-A757-2EF75BD7339E}.Debug|Any CPU.Build.0 = Debug|Any CPU
85+
{AA5F5F27-00B4-4C49-A757-2EF75BD7339E}.Release|Any CPU.ActiveCfg = Release|Any CPU
86+
{AA5F5F27-00B4-4C49-A757-2EF75BD7339E}.Release|Any CPU.Build.0 = Release|Any CPU
87+
EndGlobalSection
88+
GlobalSection(NestedProjects) = preSolution
89+
{050DA337-782A-4CA2-9C6C-35DA30B166FD} = {C765FCF7-579D-4518-9027-228A36B5873F}
90+
{AA5F5F27-00B4-4C49-A757-2EF75BD7339E} = {C765FCF7-579D-4518-9027-228A36B5873F}
91+
EndGlobalSection
92+
EndGlobal
93+
>>>>>>> d8aaf7e (Robu6/libs nuget example (#57))

0 commit comments

Comments
 (0)