-
One of the dilemmas of "getting started" applications and examples is that creating the database in code when the application starts is by far the easiest way to get up and running with a database, bu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
When debugging an ASP.NET Core app …
maloo updated
2 months ago
-
Hi, @JamesNK
It seems that there is an issue in `SubchannelsLoadBalancer.UpdateChannelState()`.
When I call `SubchannelsLoadBalancer.UpdateChannelState(state)` with the `state` which consists o…
-
### Description
Hi, I'm thinking it might be good to mention an alternate way of adding a client-side library via the file system. This can be helpful for users who may want to use npm instead of un…
-
### Description
A good example of this is:
https://github.com/dotnet/maui/blob/9a9537e889d539bf33fe204d0392b51a498b5cf0/src/Core/src/Platform/Android/ActivityExtensions.cs#L5-L26
But patterns l…
-
**Repro steps**
1. Create the following F# program:
```fsharp
open System
type Foo() = class end
[]
let main _ =
let foo = Foo()
let span = Span.Empty
foo.Copy…
-
The instructions regarding setting up a solution with working `WebAssemblyPrerendered` are too difficult to follow. I have spent several hours trying to follow along and I just cannot get it to work…
-
**Version Used**:
VS 2019 16.11.6
.Net Core 3.1/C# 8
Microsoft (R) Visual C# Compiler Version 3.11.0-4.21403.6 (ae1fff34)
**Steps to Reproduce**:
1. Set the two settings for predefined types i…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | Windows 10.0.22621
Queue | SurfaceWindows
Baseline | [16fe4d41ae95607f9214874ab7f22b3df5d8e561](https://github.com/dotnet…
-
## Bug
The `http.route` attribute is one of the more important HTTP attributes because users commonly wish to facet their metric and span data on `http.route` in order to understand the performance…