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
{{ message }}
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
I'm just a bit confused with how to use the tooling exactly?
Is the Nuget Package or the CLI the preferred way of using this tool or do I need both?
How does it play with the jetbrains decompiler/toolset?
How do you actually use the nuget package - the gif just has the source code running and then you jump in the code with what?
Sorry if I'm missing something but the documentation is kind of jumpy on getting started and seems like it has a lot more configurations options then the nuget package exposes.
The text was updated successfully, but these errors were encountered:
You should use the CLI, unless you want to write some automation tool yourself. NuGet is just a way to distribute the CLI
Not sure, but if JetBrains supports source servers, this should work out of the box. Even better, they shouldn't have to decompiler because they can retrieve the source files directly (but again, only if they support it).
I'm just a bit confused with how to use the tooling exactly?
Is the Nuget Package or the CLI the preferred way of using this tool or do I need both?
How does it play with the jetbrains decompiler/toolset?
How do you actually use the nuget package - the gif just has the source code running and then you jump in the code with what?
Sorry if I'm missing something but the documentation is kind of jumpy on getting started and seems like it has a lot more configurations options then the nuget package exposes.
The text was updated successfully, but these errors were encountered: