-
Updated
Feb 5, 2022 - C#
netcore
Here are 2,857 public repositories matching this topic...
-
Updated
Feb 4, 2022 - C#
-
Updated
Jan 30, 2022 - C#
-
Updated
Feb 5, 2022 - C#
-
Updated
Dec 13, 2021 - C#
-
Updated
Feb 5, 2022 - C#
-
Updated
Jan 31, 2022 - C#
-
Updated
Feb 5, 2022 - F#
-
Updated
Feb 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
Bug type
Component
Component name
MudTable
What happened?
When using a NoRecordsContent
inside a MudTable
with Striped
and Hover
enabled it is rendered using these classes also. However the content should be agnostic to them since they are used solely for rows.
Expected behavior
NoRecordsContent
should render without Striped
or Hover
styles applied.
Reprod
-
Updated
Feb 3, 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
Aug 9, 2021 - C#
-
Updated
Jan 28, 2022 - C#
Bug Report
The current OTLP exporter below flattens nested array in Span.Atttributes (Activity.Tags in .NET) into a list of key value pairs with the same key for all these kv pairs. For example, activity.SetTag('arraykey', new int [] {1, 2, 3}
is converted to JSON like list {{'arraykey': 1}, {'arraykey': 2}, {'arraykey': 3}}
in OTLP. This could cause problem if the OTLP listener would lik
-
Updated
Feb 3, 2022 - C#
-
Updated
Aug 12, 2021 - C#
-
Updated
Nov 11, 2021 - C#
-
Updated
Sep 2, 2021 - C#
-
Updated
Dec 10, 2021 - C#
-
Updated
Sep 16, 2021 - C#
-
Updated
Feb 3, 2022 - C#
-
Updated
Feb 4, 2022 - C#
-
Updated
Nov 15, 2021 - 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 xunit
which is an obsolete tool today, we need to adaptdotnet test
, and add 32 bit CI targets for bothnet5.0
andnetcoreapp3.1
. Opening an issue to remember and track this debt.See:
https://twitter.com/tannergooding/s