You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using bUnit and have a little time to spare, I would love it if you could test the "preview" releases published here in the bUnit GitHub Package Repository.
To be able to download packages from GitHub Package Repository, do the following:
Go into your GitHub settings under security tokens and generate a new access token. The token should only have read:packages rights.
Create a nuget.config file and place it in your project folder.
Add the following content to the nuget.config, replacing USERNAME with your GitHub username and TOKEN with the generated token from step 1:
To see what changed, go to the CHANGELOG in the DEV branch and read the top "UNRELEASED" section. Any changes coming in the upcoming the release is listed here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all
If you are using bUnit and have a little time to spare, I would love it if you could test the "preview" releases published here in the bUnit GitHub Package Repository.
To be able to download packages from GitHub Package Repository, do the following:
read:packages
rights.nuget.config
file and place it in your project folder.nuget.config
, replacing USERNAME with your GitHub username and TOKEN with the generated token from step 1:dotnet restore
followed by adotnet test
See what changed
To see what changed, go to the CHANGELOG in the DEV branch and read the top "UNRELEASED" section. Any changes coming in the upcoming the release is listed here.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions