farlee2121 / TestingPatterns

This project is to record and share patterns and libraries that make testing easier, descriptive and resilient
https://20xtesting.slides.spencerfarley.com
5 stars 0 forks source link

Consider front-end examples #4

Open farlee2121 opened 6 years ago

farlee2121 commented 6 years ago
farlee2121 commented 5 years ago

To keep clients decoupled (and keep the core experiment light to update) use a local nuget feed and have all clients consume core through versioned packages. The story on installing from .nupkg: https://stackoverflow.com/questions/10240029/how-do-i-install-a-nuget-package-nupkg-file-locally

setting up local nuget server https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds set up package feeds: https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior Auto generate package and library for switching between project and nuget references: https://stackoverflow.com/questions/48525562/project-reference-vs-nuget

farlee2121 commented 5 years ago

Here is a blazor tutorial series from the creators https://github.com/dotnet-presentations/blazor-workshop/