-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the whole solution to .NET 9
Updated all nuget packages for .NET 9 update
- Loading branch information
1 parent
a41c2c4
commit 2b21869
Showing
13 changed files
with
149 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,47 @@ | ||
# Pyro Server | ||
FHIR R4 Server Implementation | ||
# Pyro FHIR Server | ||
|
||
.NET FHIR R4 Server Implementation | ||
|
||
#### Setup steps:: | ||
|
||
1. Restore all nuget packages | ||
2. Update the ```Database.ConnectionString``` file path in the ```appsettings.Development.json``` file in the Sonic.Pyro.Api project | ||
2. Update the ```Database.ConnectionString``` found in the ```Sonic.Pyro.Api``` project's ```appsettings.Development.json``` file | ||
3. Install the [Entity Framework Core tools](https://learn.microsoft.com/en-us/ef/core/get-started/overview/install#get-the-entity-framework-core-tools) cmd:```dotnet tool install --global dotnet-ef``` | ||
4. Run [EF Core migrations](https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli#command-line-tools) Update command in the Sonic.Pyro.Repository project folder to create the database. cmd:```dotnet ef database update``` | ||
5. Run the Sonic.Pyro.Api project | ||
|
||
|
||
|
||
``` | ||
...:=*#%@@@%#*+-... | ||
..=%@@@@@@@@@@@@@@@@@@@@@@#-. | ||
.-%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*.. | ||
.*@%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%- | ||
...:::::... .:*@@@@@@@@@@@#-. ...:::::... | ||
.:. .:**:..*@@@@@%...=#-. .-. | ||
:. .#-.=@@@*..#:. .- | ||
.:. .%..%@@-.#: .. | ||
.: .%.:@@@=.*- .: | ||
.. .#-.+@@@%..#. .: | ||
.:. .#-.=@@@@@#..#: .: | ||
.:. :%..*@@@@@@@%..++ :. | ||
.:. .:#:..%@@@@@@@@@@- .#-. .: | ||
.::. ..=#. .#@@@@@@@@@@@@@@:..+*.. ..-. | ||
.==..:=+=:...-%@@@@@@@@@@@@@@@@@@=. .:=++-..-#. | ||
..-=..*@@#+==+%@@@@@@@@@=......@@@@@@@@@%*==+#@@@:.:=:. | ||
..:*#=..-@@:.*@@@@@@@@@@@@@@@@= .@@@@@@@@@@@@@@@@@:.+@#..:*#=... | ||
.:+#+:. -@@:.+-+@@@@@@@@-::::. .:----%@@@@@@@@:+-.+@#. ..-**-. | ||
.%@=. =@%:#@-+@@@@@@@. .%@@@@@@@:#@-*@#. .%@= | ||
.@@= .-@%:#@-+@@@@@@. .%@@@@@@:#@-+@%. .%@=. | ||
:@@= .=@%:#@-+@@@@@@@@@@= .@@@@@@@@@@@:#@-+@#. .%@=. | ||
:@@@= .=@@:#@:+@@@@@@@@@= .@@@@@@@@@@:#@-+@#. .%@@=. | ||
:@@@= .=@%:%@-*@@@@@@@@@@@@@@@@@@@@@@@@:%@-+@#. .%@@=. | ||
.@@@-. .=@%.....*@@@@@@@@@@@@@@@@@@@%-. ..+@%. .%@@+. | ||
.@@@-. .=@%. ..-+#%@@@@%*=:. +@%. .@@@+. | ||
.#@@-. .=@%. +@%. .%@@-. | ||
..@@-. ..-**-. .:+#=:. .%@+. | ||
.@@-.:*#=.. ..:*#=..%@+. | ||
.-:. ..-: | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
src/Abm.Pyro.Application.Test/Abm.Pyro.Application.Test.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.