-
Can you please save the sln file as a csproj file so I can used VS Code to build the source ?
-
Thanks for your work on this! I love Zed so it would be ideal to be able to use it with my Unity projects. I am somewhat new to Unity so I'm a bit out of my depth with getting it hooked up with Zed pr…
-
I noticed that when I convert from .net framework 4.8.1 to the SDK framework style, I lose lots of information within the csproj that affects the files in my project. It removes all embedded resources…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
If you remove the `true` from your csproj, you end up with an error `WaitFor.AppHost is an As…
-
### Describe the issue
Windows install with .msi fails with codes `2503` and then `2502`.
![image](https://github.com/user-attachments/assets/02aa5b63-c010-4a29-9a7f-65e07623736d)
![image](https://…
-
> NOTE: Repost of #5063 due to unjustifyable closure reason.
## Issue Description ##
As the title shows, `` doc comments don't show in the tooltip.
## Steps to Reproduce ##
Write an XML doc comment …
-
Hi I just noticed that the `.csproj` file isn't formatted when running `dotnet-format`.
I'm assuming it's the same for `.sln`.
Think it would be a good to also format these files.
-
### Description
Without any code changes, we have noticed that builds scheduled on agents with version 20241113.3.0 see a much higher number of build warnings (in the form of package vulnerabilities)…
-
## Describe the bug
An MSTest.Sdk project cannot be tested with "VS MSBuild" (or "Full MSBuild").
## Steps To Reproduce
On a Windows machine with "VS MSBuild" and dotnet SDK installed:
```
dotnet n…
-
.csproj have no explicit language version declaration, which can lead to hard to understand magic bugs like #9.
The error I got was:
`source\repos\Captain-of-industry-modding\src\ExampleMod\Exampl…