-
Updated
Jun 1, 2022 - C#
netcore
Here are 2,999 public repositories matching this topic...
-
Updated
Jun 1, 2022 - C#
-
Updated
May 26, 2022 - C#
-
Updated
Jun 1, 2022 - C#
-
Updated
Jun 1, 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
Fixes dotnet/fsharp#13219
I've tested manually, an automated test needs to be added.
Adding a test here seems to make sense: https://github.com/dotnet/fsharp/blob/main/tests/fsharp/typeProviders/helloWorld/test.fsx#L761
We should double check all these type provider tests are actually running
-
Updated
May 24, 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
May 31, 2022 - C#
-
Updated
Jun 1, 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
May 28, 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
May 20, 2022 - C#
-
Updated
May 30, 2022 - C#
-
Updated
Apr 29, 2022 - C#
-
Updated
Jun 1, 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