-
Updated
Mar 7, 2022 - C#
netcore
Here are 2,902 public repositories matching this topic...
-
Updated
Mar 5, 2022 - C#
-
Updated
Mar 7, 2022 - C#
-
Updated
Mar 7, 2022 - C#
-
Updated
Mar 1, 2022 - C#
-
Updated
Mar 6, 2022 - C#
-
Updated
Feb 8, 2022 - C#
-
Updated
Mar 7, 2022 - F#
-
Updated
Mar 6, 2022 - C#
Bug type
Component
Component name
MudLink, MudButton
What happened?
Link and Href parameters both function as a mean to generate <a href="#"></a> elements.
<MudButton Link="#">Go</MudButton>
<MudLink Href="#">Go</MudLink>
Names of these parameters should be unified across components.
Expected behavior
<MudButton Link="#">G
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
Mar 7, 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
Mar 7, 2022 - C#
-
Updated
Mar 4, 2022 - C#
-
Updated
Feb 13, 2022 - C#
Bug Report
Currently, the SDK allows LogRecord options to be changed after the object was being built by the LoggerFactory.
This could introduce unnecessary complexity toward different states (before/after options got updated) and making it harder to maintain.
Discussion: open-telemetry/opentelemetry-dotnet#2891 (comment)
**What is the expected behav
-
Updated
Mar 7, 2022 - C#
-
Updated
Feb 25, 2022 - C#
-
Updated
Feb 28, 2022 - C#
-
Updated
Feb 15, 2022 - C#
-
Updated
Mar 4, 2022 - C#
-
Updated
Sep 16, 2021 - C#
-
Updated
Mar 6, 2022 - C#
-
Updated
Mar 7, 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."
A follow up on SixLabors/ImageSharp#1378 (comment).
Currently 32 bit test execution is only done for .NET Framework, with
dotnet xunitwhich is an obsolete tool today, we need to adaptdotnet test, and add 32 bit CI targets for bothnet5.0andnetcoreapp3.1. Opening an issue to remember and track this debt.See:
https://twitter.com/tannergooding/s