-
I am not 100% sure, since I am just quickly reading source code and not digging into exact bits as much as I would want before filing this, (may edit more later after feedback) but it seems you aren't…
-
## Steps to Reproduce
1. Submit a PR.
https://github.com/mono/mono/pull/17008 for example only edits comments.
### Current Behavior
Tests fail.
### Expected Behavior
Tests succeed.
…
-
## Environment data
`dotnet --info` output:
```txt
.NET SDK:
Version: 8.0.200
Commit: 438cab6a9d
Workload version: 8.0.200-manifests.5638171e
Runtime Environmen…
-
### Describe the bug
unexpected .NET8 SDK crash
### To Reproduce
build a very simple hello world cs app
```
using System;
namespace HelloWorld
{
class Program
{
static void Main(stri…
-
### Environment
Edition - Windows 11 Enterprise
Version - 23H2
OS build - 22631.3737
Visual Studio version - 17.10.4
### .NET version
.Net 6,7,8
### Did this work in a previous version …
-
### Description
When I run
`Invoke-AzCostManagementQuery -Scope "/subscriptions/xxxx-xxxx-xxx-xxx-xxxx" -Timeframe 'TheLastMonth' -Type Usage -DatasetGranularity 'Daily'`
for a Subscription w…
-
### Library name and version
Azure.AI.FormRecognizer 4.1.0
### Query/Question
Goal: use custom extraction model in C# .NET console app:
```c#
var config = GetConfigurationRoot("");
var docIn…
-
I am receiving below error when trying to call BayeuxClient.Disconnect(). It was working earlier for me but now it has stopped working and I am not able to disconnect. Please look into this issue.
Er…
-
**What happened**:
Error: `WARN cataloger failed cataloger=dotnet-deps-cataloger` for a generic .Net6 image.
```
error=unable to determine root package from deps.json file: /usr/share/dotnet/shar…
-
Someone pointed me at this neat little library:
https://github.com/reactiveui/refit
Its basically a csharp code generator that generates accessors as part of the build process. It doesn't suppor…