microsoft / PartsUnlimited

.Net Core + SQL Azure app for DevOps Scenarios
https://microsoft.github.io/PartsUnlimited/
MIT License
667 stars 1.54k forks source link

project.json is now deprecated and missing from repo #132

Open stewartadam opened 6 years ago

stewartadam commented 6 years ago

Documentation for Service Fabric fault injection currently references project.json which no longer exists in the repo, and is no longer used by dotnet core.

Users can use this instead from the src\PartsUnlimitedWebsite directory: dotnet publish --framework netcoreapp1.1 --runtime win10-x64 -c Release

eamonnk commented 6 years ago

Hi Stewart,

The Fault Injection with Service Fabric lab steps have been updated, and available at the location below, https://microsoft.github.io/PartsUnlimited/arch/200.9x-Arch-FaultInjectwithSF.html

The PU app has been updated to .NET Core 2.0 and the steps are updated to reflect this. If you see any other problems with it let us know.

Thanks, eamonn