-
Updated
Jun 4, 2022 - C#
netcore
Here are 3,001 public repositories matching this topic...
-
Updated
Jun 1, 2022 - C#
-
Updated
May 26, 2022 - C#
-
Updated
Jun 4, 2022 - C#
-
Updated
Jun 3, 2022 - C#
-
Updated
May 25, 2022 - C#
-
Updated
May 7, 2022 - C#
-
Updated
May 9, 2022 - C#
Bug type
Other
Component name
No response
What happened?
The enum value OverflowBehavior.FilpOnOpen
works. The correct spelling OverflowBehavior.FlipOnOpen
does not.
Expected behavior
Rename the value to OverflowBehavior.FlipOnOpen
Reproduction link
https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Enums/OverflowBehavior.cs
Reproduction steps
- FCS has an ability to take SyntaxTree as inputs instead of text. It was added by @eiriktsarpalis way back, but is to my knowledge entirely unused today - especially given the rate of churn in the specification of SyntaxTree as trivia has been added and other things cleaned up. I propose we remove this for simplicity's sake. At some later point we can take parsed inputs as input but there is
-
Updated
Jun 4, 2022 - C#
-
Updated
Jun 4, 2022 - C#
It is currently a pain to use an OxyPlot.WinfowsForms.PlotView
with a transparent background: it throws if you set its BackColor
to transparent. To avoid this, it is necessary to set the ControlStyles.SupportsTransparentBackColor
style to true
on the PlotView
; however, Control.SetStyle
is protected, so consumers must resort to reflection or extending PlotView
to do so. This could be
-
Updated
Jun 4, 2022 - C#
Improve BruteShark performance by refactor the BLL layer (aka PcapAnalyzer
project to use multi thread mechanism).
That includes:
- Design the solution and discuss about it with me.
- Implement it.
- Writing tests that will test exactly this mechanism.
-
Updated
Jun 2, 2022 - C#
-
Updated
Mar 7, 2022 - C#
-
Updated
May 18, 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
May 23, 2022 - C#
-
Updated
Apr 23, 2022 - C#
-
Updated
Apr 28, 2022 - C#
-
Updated
May 10, 2022 - C#
-
Updated
Jun 4, 2022 - C#
-
Updated
May 30, 2022 - C#
-
Updated
Apr 29, 2022 - C#
-
Updated
Jun 3, 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