-
_From @cmydur on Tue, 23 Jan 2024 04:32:52 GMT_
### Description
My Publish times for iOS are close an hour or so.
### Steps to Reproduce
Create a new MAUI App
build the app
run dotnet publish -f…
-
### Type of issue
Typo
### Description
From https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8/sdk#code-analysis
> Throw helpers are simpler **and more efficient** than an if block…
-
When I try to run any of the samples, I get this error:
`System.AggregateException: One or more errors occurred. (Property CliPath: The path to the DCP executable used for Aspire orchestration is requ…
-
### Library name and version
Azure.ResourceManager.AppService 1.2.0
### Describe the bug
How I can use the SDK to set this configuration https://learn.microsoft.com/en-us/azure/app-service/configur…
-
### Description
Referencing F# code that utilizes tail calls in a C# WASM app does not perform TCO at runtime and a large enough stack will result in a `StackOverflowException`.
### Reproduction Ste…
-
### Current behavior
From @mobynet1 in https://github.com/unoplatform/uno/issues/17733:
> Another observation is the content of the launch.json and tasks.json files. When created in Visual Studio …
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Aspire not able to bind the Ssl configuration from appsettings. The following are the few sce…
-
greate work but please add a .gitignore file to the repository.
go to the solution folder and run this command
`dotnet new gitignore`
-
### Current Behavior
We just updated to the latest version of nx-dotnet which uses `dotnet list reference` to get the list of project dependencies. This has the unfortunate downside of increasing t…
-
With latest SDK Microsoft has introduced an new SDK for MSTest so there's no explicit package references in in csproj
dotnet-outdated correctly identifies packages that needs to be updated
```bash…