-
Got the latest of `dotnet-adr`, added an `adr.config.json` file to the root of my repo (and where I'm calling the `adr` command), with the following values
```json
{
"path": "./docs/adrs",
…
-
Given the desire to utilise Azure AppConfiguration to simplify configuration management, we need to ensure that this online dependency does not impair the inner dev-loop.
The azure-cli supports exp…
-
Before I start programming do I need to make sure I agree with myself on the choice on a row of architectural decisions.
For this should I use architectural decision records, I base these on the [MAR…
-
Type: Bug
Cannot attach .net projects to debugger:
```
-------------------------------------------------------------------
You may only use the Microsoft .NET Core Debugger (vsdbg) with
Visua…
-
Type: Bug
After accepting any suggestion from copilot i'm not able to save the file.
VS Code version: Code 1.93.1 (Universal) (38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40, 2024-09-11T17:20:05.685Z)…
-
Type: Bug
1. create a C# solution/project
2. do something that creates a compile error (like remove a curly brace)
3. build it.
4. in the Terminal, Ctrl+Click on a code file link.
EXPECTE…
-
### Description
Context: Migrating game engine written in c# from legacy xamarin ios to .NET7.
After the migration, when comparing minimal engine project for ios ("EmptyProject") I noticed non n…
-
**Describe the bug**
Domain events are dispatched from the SavingChangesAsync in DispatchDomainEventsInterceptor. If the save fails, events are still dispatched.
I have fixed this in my application…
-
https://github.com/microsoft/kiota-http-dotnet/blob/eb76ee893324bd373462e98dfdafeba95762feff/src/KiotaClientFactory.cs#L36
This issue is related to this ADR https://github.com/microsoft/kiota/issue…
-
After the great Rx reunification the four main assemblies (Rx-Core, Rx-Interfaces, Rx-Linq, Rx-PlatformServices) were merged into a single assembly and package for more consistent versioning.
While…