-
Updated
Mar 23, 2022 - C#
netcore
Here are 2,917 public repositories matching this topic...
-
Updated
Mar 23, 2022 - C#
-
Updated
Mar 20, 2022 - C#
-
Updated
Mar 23, 2022 - C#
-
Updated
Mar 23, 2022 - C#
-
Updated
Mar 18, 2022 - C#
-
Updated
Mar 23, 2022 - C#
-
Updated
Feb 8, 2022 - C#
-
Updated
Mar 23, 2022 - F#
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
Mar 20, 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
Mar 23, 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 15, 2022 - C#
-
Updated
Mar 22, 2022 - C#
-
Updated
Mar 13, 2022 - C#
Currently OpenTelemetry.Exporter.Prometheus
contains two hosting mechanisms:
PrometheusExporterMiddleware
(ASP.NET Core)PrometheusExporterHttpServer
(HttpListener)
We decided on the SIG meeting today (3/15/2022) that we want to split these two hosting mechanisms into their own projects/assemblies. That should simplify configuration & documentation and also allow for the introduct
-
Updated
Feb 25, 2022 - C#
-
Updated
Mar 17, 2022 - C#
-
Updated
Feb 15, 2022 - C#
-
Updated
Mar 18, 2022 - C#
-
Updated
Mar 11, 2022 - C#
-
Updated
Mar 23, 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