Commit Graph

68 Commits

Author SHA1 Message Date
James Montemagno
2414014bfa Update README.md 2024-05-07 12:09:43 -07:00
James Montemagno
cc2ffc502a Update README.md 2024-05-07 11:19:59 -07:00
Kyle McMaster
9060637a31 Update README.md
Add F# community sample
2024-02-29 11:59:05 -05:00
Srushti Pasari94
b6b514675b updated docker file, launch settings, globaljson version to net 8 2023-10-30 13:02:11 +05:30
zedy
a5bc07f136 Merge branch 'main' of https://github.com/zedy-wj/eShopOnWeb 2023-08-23 10:59:07 +08:00
zedy
180b6e1f2d add a note in the instruction steps 2023-08-23 10:58:31 +08:00
zedy
890e6df1eb update azd login to azd auth login 2023-08-17 10:24:09 +08:00
zedy
b2ea136f30 fix conflict 2023-04-20 09:23:28 +08:00
Brigit Murtaugh
1b7e3b7bed Update dev container config and guidance (#886)
* Initial dev container changes

* Update readme's

* Clean up dev container

* Cleanup

* Use in-memory db

* Indent

* Update devcontainerreadme.md

* Update appsettings.json

* Update appsettings.json

---------

Co-authored-by: bamurtaugh <brmurtau@microsoft.com>
2023-04-05 09:32:16 -04:00
zedy
890f609542 correct readme 2023-03-28 09:40:23 +08:00
zedy
0c13ff9e53 update according to comments 2023-03-27 13:34:34 +08:00
Steve Smith
dbc19cf611 Update README.md
Update .NET 6 reference to .NET 7
Note that the PDF will need to be created and published before it will have the latest .NET 7 changes in it.
2023-03-20 21:53:34 -04:00
zedy
7e99523594 fix azd up command 2023-02-08 15:33:28 +08:00
zedy
69b2dc6d25 Modify some comments and fix format 2023-02-07 14:35:49 +08:00
zedy
cdc079a20b Add the AZD_TEMPLATE parameter in the configuration. When the value is enable, azd template logic will be used when configuring SQL Server, otherwise locally logic will be used. 2023-02-07 13:47:55 +08:00
zedy
2a67d21396 update readme 2023-02-02 18:46:00 +08:00
zedy
d27aeffeac revert git version 2023-01-31 13:34:42 +08:00
Cédric Michel
61d2d6cdd0 Feature/admin (#831)
* fix redirect to login for admin page
fix logout

* add admin part url

Co-authored-by: cedri <cedri@BAS>
2022-12-22 10:03:16 -05:00
Cédric Michel
fdb1c34d61 Feature/dotnet7 migration (#828)
* migration to .net 7

* remove temp memory database

* adapt global.json .net 7

* adapt Rich Code Navigation to .net 7

* update and clean run for .net 7

* update .net ef tool

Co-authored-by: cedri <cedri@BAS>
2022-12-20 13:20:50 -05:00
Cédric Michel
31be1d4d74 fix fraud posibility the client sent the unit price (#702)
* fix fraud posibility the client sent the unit price, fix unit test to use the fomat as server base

* fix bad coding convention

* update dotnet tool ef and nuget package

* Align MD with real database by default
2022-04-13 14:15:48 -04:00
Cédric Michel
1e13733d3d Feature/migrate to minimal api (#662)
* migrate from classic controller to minimal api

* fix all PublicApi integration test

* update all nuget package add forget project

* fix pay now

* Adapt readme use in memory database

* undo AuthenticateEndpoint to use EndpointBaseAsync

* Update README.md

Co-authored-by: Steve Smith <steve@kentsmiths.com>

Co-authored-by: Steve Smith <steve@kentsmiths.com>
2022-01-21 10:13:31 -05:00
Nish Anil
48675404aa Update README.md 2021-12-22 12:53:05 +05:30
Nish Anil
faca9cfbf0 Update README.md 2021-12-22 12:52:36 +05:30
Steve Smith
6fc0e83aaa Update README.md 2021-12-16 13:48:34 -05:00
Cédric Michel
13fed892ee update nuget package and adapt dockerfile to .net 6 (#639) 2021-12-01 12:53:35 -05:00
Cédric Michel
530df9d685 fix to remove usage of IIS port. (#552)
* fix to not using IIS port.
add more information in readme to start application with correct profile correcponding in the appsettings

* Update README.md

Co-authored-by: Steve Smith <steve@kentsmiths.com>
2021-10-24 17:55:35 -04:00
Youssef Victor
3a48dfc99d Fix list items in README (#518) 2021-03-15 13:11:47 -04:00
Sudheesh Valathil
70bc7c3eae updated version informations in README file 2020-12-08 21:23:13 +05:30
Steve Smith
2e9ac0f6e5 Update README.md 2020-10-28 14:09:31 -04:00
Steve Smith
ec5ffefb31 Update README.md 2020-07-27 12:07:31 -04:00
Steve Smith
f4bfc81fe8 Updating README with running the sample instructions 2020-07-25 17:04:23 -04:00
Steve Smith
f582182698 Update README.md 2020-07-24 12:40:49 -04:00
Steve Smith
68f29a55e4 Update README.md 2020-07-24 12:39:35 -04:00
Eric Fleming
f89c20ee64 Update docker compose to include new Public API project (#414)
* Updating docker compose and override to also start the public api

* Update README
2020-06-30 20:52:26 -04:00
Maira Wenzel
b47e5bfbdf Update docs links (#387) 2020-05-28 17:28:23 -04:00
Eric Fleming
7dcf3845d6 Adding community extensions section to the readme (#364) 2020-04-10 14:50:30 -04:00
Steve Smith
1007a6b0fc Update README.md 2020-02-20 10:18:44 -05:00
Steve Smith
0d4061a6b6 Update README.md 2020-02-20 10:14:56 -05:00
Eric Fleming
606055c44c Updating README to include link to new FAQ page 2020-02-19 15:54:18 -05:00
Cédric Michel
3e228035c0 Feature/respect encapsulation (#349)
* resolve osbsolete method

* put all properties as private, align unit test

* fix version of version in MD, add instruction to install ef tool

* fix url stored
2020-02-03 12:47:59 -07:00
Eric Fleming
288d827821 Actions build (#340)
* Build with GitHub Actions

* Changing dotnet-version

* Updating version again

* Updating path to sln and adding test step

* Updates to file path

* Path is probably starting out at the root

* Updating path once again

* Updating name

* Adding build badge to readme

* Making the build work in markdown
2020-01-08 10:16:42 -05:00
Gregg Miskelly
0fcf43ea78 Update database instructions to work in .NET Core 3.0
In the 3.0 SDK `dotnet ef` needs to be installed. This updates the instructions/tool config to do so.

More info: https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet
2019-11-11 09:13:30 -08:00
Steve Smith
3aedf59e04 Update README.md 2019-04-25 07:51:46 -04:00
Steve Smith
72e8929b25 Updating README 2019-04-09 09:35:01 -04:00
Steve Smith
ae8e7c2560 Updating book cover image 2019-02-13 12:40:13 -05:00
Steve Smith
0dd2f7892a Adding link to ePub/Mobi download page 2019-02-13 12:38:25 -05:00
Steve Smith
9bc226d257 Update README to 2.2 2019-02-07 09:07:53 -05:00
Eric Fleming
95285593c9 Updating numbering of README 2018-12-15 14:15:41 -05:00
Cesar De la Torre
8dcdd51b8c Update README.md 2018-07-09 11:41:27 -07:00
Cesar De la Torre
028ed3ec1e Update README.md 2018-07-09 11:01:01 -07:00