-
Updated
Apr 28, 2022 - C#
netcore
Here are 2,961 public repositories matching this topic...
-
Updated
Apr 20, 2022 - C#
-
Updated
Apr 24, 2022 - C#
-
Updated
Apr 27, 2022 - C#
-
Updated
Apr 22, 2022 - C#
-
Updated
Apr 13, 2022 - C#
-
Updated
Apr 27, 2022 - C#
-
Updated
Feb 8, 2022 - C#
Consider the following F# code
open System
[<Obsolete("Foo", true)>]
type Foo() =
member _.Bar() = ()
let foo = Foo()
foo.Bar()It compiles just fine, regardless the ObsoleteAttribute on the type. It won't produce a diagnostic even if we call to foo.Bar() [[SharpLab](https://sharplab.io/#v2:DYLgZgzgNALiBOBXAdgHwPYAcCmyAEAygJ4QzYC2AsAFA0DaAPAPIBGE6w2ZAFAEQBi6d
Bug type
Component
Component name
MudChart
What happened?
The circle is not centered within the bounds of the component.
It seems to be the SVG viewbox that somehow makes the margins larger on the right and bottom:
.
That includes:
- Design the solution and discuss about it with me.
- Implement it.
- Writing tests that will test exactly this mechanism.
-
Updated
Mar 25, 2022 - C#
-
Updated
Mar 7, 2022 - C#
-
Updated
Apr 19, 2022 - C#
Bug Report
If you use the B3 propagator with e.g. the Grpc.Core instrumentation then it fails to connect the parent spans to the new server spans because gRPC headers are always lower case.
The issue is that the B3 propagator does not store the headers as lower case and then this line in the Grpc.Core instrumentation does not do case-insensitive comparison: https://github.com/open-telemetry/
-
Updated
Apr 28, 2022 - C#
-
Updated
Apr 23, 2022 - C#
-
Updated
Apr 28, 2022 - C#
-
Updated
Feb 15, 2022 - C#
-
Updated
Mar 31, 2022 - C#
-
Updated
Apr 12, 2022 - C#
-
Updated
Apr 27, 2022 - C#
Improve this page
Add a description, image, and links to the netcore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netcore topic, visit your repo's landing page and select "manage topics."

Discussed in SixLabors/ImageSharp#2061
Originally posted by br3aker March 13, 2022
Current jpeg implementation lacks of COM marker support, does it need to support it? Should be easy to implement as this marker is just an array of bytes - itu spec leaves 'interpretation to the application', decoding API shoul