-
## Steps to reproduce
dotnet build --use-lock-file
## Expected behavior
The project builds with implict restore and passes the --use-lock-file switch to dotnet restore.
## Actual behavior
Er…
-
-
### Description
When we build the .NET 8 VMR with the mono runtime, we get a number of static libraries named `libmono-component-*`. Are the necessary/useful on ppc64le/s390x? Should they be filtered…
-
**Output of `dotnet --info`:**
```
.NET Core SDK (reflecting any global.json):
Version: 3.1.101
Commit: b377529961
Runtime Environment:
OS Name: Windows
OS Version: 10.0…
-
## Environment data
`dotnet --info` output:
.NET SDK (reflecting any global.json):
Version: 6.0.402
Commit: 6862418796
Runtime Environment:
OS Name: Mac OS X
OS Version: 12.…
-
**Output of `dotnet --info`:**
```
.NET SDK (reflecting any global.json):
Version: 5.0.100-rc.1.20452.10
Commit: 473d1b592e
Runtime Environment:
OS Name: Windows
OS Version: 1…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
It looks like attempts to use MapBlazorHub more than once in an Iappicationbuilder now cause …
-
Steps to reproduce:
1. Create Blazor Web Assembly Project:
dotnet new blazorwasm
2. Add package reference to project:
3. Add code to create a BigInteger:
BigInteger b = new BigInteger("1…
-
### Is your feature request related to a problem? Please describe.
To enable caching within the generated csharp-netcore Rest Client, the CachingPolicy must be set:
https://github.com/restsharp/Rest…
-
I was trying to follow [this tutorial](https://learn.microsoft.com/en-us/dotnet/standard/commandline/) to see if I was able to create a CLI tool with tab completion, but I had a few issues along the w…