Replies: 1 comment
-
You can optionally pass a solution file as a parameter to
Yeah workload restore can be slow. You only have to do this when setting up the repo typically (or if target frameworks get added to the repo, which is pretty infrequent).
Yeah I can debug any of the samples and step into the Sentry source code with breakpoints etc. You could do that without cloning the repository as the Sentry NuGet packages are fully symbolicated with Source Link, so Visual Studio and Rider will download the source code and let you step into it. The main advantage of cloning the Sentry repository and running it locally is that you can then also make changes to the source code and test those out (either with the Sample applications we provide or with your own application). |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've found guidelines which are mentioned in following:
https://github.com/getsentry/sentry-dotnet/blob/13c3ee93e889539db6a6dc45871d800a28d5dea3/CONTRIBUTING.md
While trying to setup, here are questions:
dotnet workload restore
, needs to be run in powershell at root path where sln files are present?If yes, it was taking so long than expected and no activity was observed after hitting enter.
If I setup the code, will I be able to run complete application locally including the monitoring client application?
Beta Was this translation helpful? Give feedback.
All reactions