-
**Output of `dotnet --info`:**
```
.NET SDK:
Version: 7.0.102
Commit: 4bbdd14480
Runtime Environment:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows
RI…
-
For WPF projects targeting net472, we should see if it's feasible to use the modern PresentationBuildTasks and Microsoft.WinFx.targets used by modern .NET 6/7/8.
We are already importing Microsoft.…
-
As dotnet/install-scripts#236 , I tried to install sdk with version 5.0.404, it was slow too. So I guss, it is not about `latest.version`.
Here are the cmds:
```
./dotnet-install.sh --version 5…
-
The method `TryApplyChanges` on `Workspace` can throw a `NotSupportedException`. This can for example occur due to the issue described [here](https://github.com/dotnet/roslyn/issues/55014#issuecomment…
-
# Context
---
The dotnet version is being regenerated after the tag has happened. This is a problem because it ends up requiring you to:
1. Tag the tree.
2. Build the sdk.
3. Commit the dotnet ver…
-
Currently, the Azure component tests don't run on CI as they need test resources in Azure to run. This issue is to decide whether to move these tests to the Azure sdk repo, and utilize the test framew…
-
* install dotnet 6.0.300
* save fsx script below to a file
* run `dotnet fsi ./test.fsx`
Expected: Get cli usage message
Actual: Get error message:
```shell
System.MissingMethodException: Can…
-
While trying to run `dotnet pack --no-build` on F# project with project reference - dotnet tries to build referenced project and errors on "NoBuild option in build target" check.
Reproduction:
E…
lGSMl updated
3 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
## Description
As called out in: https://github.com/dotnet/runtime/issues/108108#issuecomment-2375220090 iOS apps built with `PublishTrimmed=true` set on a project level end up with different set …