DNT icon indicating copy to clipboard operation
DNT copied to clipboard

DNT (DotNetTools): Command line tools to manage .NET projects and solutions.

Results 57 DNT issues
Sort by recently updated
recently updated
newest added

Hello and thank you for this nice tool! In [the docs](https://github.com/RicoSuter/DNT#usage-1) it has this for switching: ````jsonc { "solution": "NSwag.sln", //

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

``` { "solution": "All.sln", "mappings": { "Package1": ["Path1/Package1.csproj"], "Package2": [ "Path2/Module1/Package2.csproj", "Path2/Module2/Package2.csproj", ] } } ``` After executing a switch-to-projects the json is modified to: ``` { "solution": "All.sln", "mappings":...

When i run `dnt` I just get: > ➜ dnt > Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does...

Hi, When i try to use the switch to proj references i get the following error: Microsoft.Build.Exceptions.InvalidProjectFileException: The SDK Microsoft.NET.Sdk.Web' specified could not be found Any idea how to solve...

I have a package that is referenced like this: ``` ``` When I `switch-to-projects` and `switch-to-packages`, the `PrivateAssets` part is dropped. Would it be possible to save such properties?

Following setup: - CommonA -- CommonA.sln -- CommonA --- CommonA.csproj - CommonB -- CommonB.sln -- CommonB --- CommonB.csproj - ConsumcerC -- ConsumerC.sln (includes currently only ConsumerC.csproj) -- ConsumerC --- ConsumerC.csproj...

help wanted