-
### Description
When building a MAUI Blazor class library project (`Microsoft.NET.Sdk.Razor`) like this, I receive this error:
`MultipleMauiLibs.Lib1` depends on public Nuget package `BlazorMateria…
-
### Describe the bug.
Downloading .NET failed with Error:(TimeoutSudoProcessSpawnerError)
### Reproduction Steps
1. On Ubuntu 22.04 or RHEL 9.4, run the sample command ‘Install .NET SDK Globally v…
-
I have the following my.csproj:
```
net6.0
false
...
```
When I run `msbuild -t:publish my.csproj` I get this error:
```
C:\Program Files\dotnet\sdk\8.0.205\Sdk…
-
I am currently consulting on the progress of DataTable/DataGrid for WinUI 3. Coming from a WinForms background, I have extensive experience using DataGrid in WinForms applications. My primary concern …
-
### Describe the bug
`dotnet run` is unable to run the program due to error but `dotnet build` works fine.
### To Reproduce
0. Use dotnet 6.0
1. Create a new dotnet project by do `dotnet …
-
### Describe the solution you'd like
Every SDK should build and test on all platforms we support, and that includes macOS ARM. Today most test in all platforms but this one because GH workflow supp…
cretz updated
4 weeks ago
-
### Description
Per the fix for SDK assembly resolver for FAKE runner in #2638, the added algorithm for resolving dotnet host path should be also used in `Fake.DotNet.Cli` module which interact wit…
-
### Description
When building in Release mode the app would not build.
> Precompiling failed for C:\Projects\MB\breathe.breatherm-app\ProjectBreatheApp.Maui\obj\Release\net8.0-android34.0\android…
-
- [x] Open a PR
- [x] Create a release
- [ ] Update [templates](https://github.com/devcontainers/templates) (if necessary)
- [x] Update https://github.com/devcontainers/images/issues/90
- [ ] Update …
-
`dotnet restore` worked until we switched from the .NET 7 SDK to the .NET 8 SDK. The project is still targeted to .NET 7
The `CheckIfPackageReferenceShouldBeFrameworkReference` task could not be load…