-
XML-comments from an F# project are not showing up in a C# project when the function in question has out parameters.
#### Repro steps
Github-repo with reproduction https://github.com/viktorvan/F…
-
### To replicate:
1. Create a new `ASP.NET Core Web API` project.
```
dotnet new webapi
```
2. Set `` to `true` in `.csproj`.
3. In `Program.cs`, replace `builder.Services.AddSwag…
-
### Describe the bug
Calling 'dotnet store' on a package store manifest throws error that it can't find crossgen, since crossgen is not included in the tools directory of .NET 6.0.3
### To Reprodu…
-
I expect that `-r:C:\somedll.dll` would do the same thing as `//css_ref C:\somedll.dll
I am using this in sublime text editor. Only //css_ref works, but I dont' want to put that at the top of ever…
d3nd3 updated
5 months ago
-
### Describe the bug
In the Microsoft.AspNetCore.Identity.UI package, the StringLength validation for the password in registration form is [hardcoded to 6](https://github.com/dotnet/aspnetcore/blob/v…
-
today I made the update for visual studio 17.4 and installed the tool via "dotnet tool install microsoft.odata.cli -g"
everything seems fine, I didn't get any errors, but when I try to run the tool I…
-
https://github.com/tonybaloney/Pyjion
https://pyjion.readthedocs.io/en/latest/index.html
Requires Python 3.10
and .NET 6
- https://docs.microsoft.com/en-us/dotnet/core/install/linux
- https://re…
-
The Scaffold a controller instructions for VS Code for the .Net 6.0 projects is having issues as some packages were not available for .net6.0 and some 7.0 packages could be installed for the .net6.0 p…
-
### Describe the bug
We are upgrading an ASP.NET Core 2.2. MVC app to 3.0 but Url.RouteUrl gives blank href's and inconsistency on link creation. What are we doing wrong?
### To Reproduce
Step…
-
## Environment data
`dotnet --info` output:
.NET Core SDK (reflecting any global.json):
Version: 2.2.101
Commit: 236713b0b7
Runtime Environment:
OS Name: Windows
OS Version: 6.1…