-
![image](https://user-images.githubusercontent.com/12589359/208551019-1a1ded8f-8c19-4b85-b855-f9ed8f70e5be.png)
* I believe this is an invalid csproj file
* _Technically_ `.csproj` files are `.xml…
-
Not sure if this is caused by the SPA app within dotnet or npm start. It is also possible, with a slow start, that the browser - Chrome - refreshes the page causing the backend to relaunch the server.…
-
Files that generated into the intermediates, typically always include the project name in the name of the file:
```
Debug\ConsoleApp146.AssemblyInfo.cs
Debug\ConsoleApp146.csproj.FileListAbsolute…
-
Simple application fails to resolve.
Program.cs
```
using System.CommandLine;
public class SampleCommand : CliCommand //
-
```
toor@linux-u55l:~> git clone -b main https://github.com/dotdevelop/dotdevelop.git
Cloning into 'dotdevelop'...
remote: Enumerating objects: 736006, done.
remote: Counting objects: 100% (76/7…
-
**Description**
When you start an application, with a lottie file, this happens
**Code**
```xaml
```
```cs
public…
-
### NuGet Product Used
NuGet.exe, Visual Studio Package Management UI, Visual Studio Package Manager Console
### Product Version
Visual Studio 17.12. NuGet.exe 16.12.1
### Worked before?
…
-
Here are the errors I ran into after cloning the repo to my local machine and running `dotnet build`:
```terminal
MSBuild version 17.4.0+18d5aef85 for .NET
Determining projects to restore...
C:\…
-
## Description
Building any test project with `Microsoft.NET.Test.Sdk` `17.10.0` or `17.11.0` against MSBuild with the isolate flag on breaks the build. This suggests the package is doing something…
-
As of today, we generate the `.csproj` file by filling [this](https://github.com/dotnet/BenchmarkDotNet/blob/master/src/BenchmarkDotNet/Templates/CsProj.txt) text template.
The main disadvantage of…