-
The .NET installation comes with a bundled `FSharp.Core` package that lives at: `./sdk//FSharp/library-packs/FSharp.Core..nupkg`.
This package is NOT found when a user specifies `RestoreAdditionalPro…
-
It seems that some argument names cannot be used as build arguments. For example, trying to use an argument called `version` throws the error `Error: Argument value is not a valid boolean value.`
b…
-
As suggested here: https://github.com/dotnet/runtime/pull/46716#discussion_r585230663
Lists should be rendered with ``
Example: https://github.com/dotnet/roslyn/blob/b09625add4da1b872e8033d2775e…
-
Just wanted to suggest preparing compiled binary of .net application with dotnet publish so that .net runtime 3.1 is enough to run the product not the whole SDK.
Is there any rationale behind instr…
z3g4r updated
3 years ago
-
### Description of the issue
I am experiencing memory issues when connecting to Exchange Online Management using C#. The process involves executing commands such as Get-User, Get-DistributionGroupM…
-
### Discord.NET version
**3.10.0**
### .NET version
7
### Docker base image
mcr.microsoft.com/dotnet/runtime:7.0-alpine
### Dockerfile to rep
```
FROM mcr.microsoft.com/dotnet/sdk:7.0-al…
-
I recently tried to update the base Docker image for a ASP.NET Core 6.0 application
- Previous Docker image: [6.0-alpine3.16](https://github.com/dotnet/dotnet-docker/blob/418f594a71bab25b021f13ced…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/The-brown-eror-bar-just-hinders-my-work-/10733259)._
---
I use F# and for instance duri…
-
As @ravividap stated in issue #1957 an open issue in grpc-dotnet repo prevents models/messages validation for Update Basket service due to open issue https://github.com/grpc/grpc-dotnet/issues/741.
…
-
The .ipa package is not constructed, and an incomplete log message is emitted claiming success, when an iOS project is built with `Build` then `Publish` target order.
## Repro steps
1. Create a …