-
Updated
Feb 27, 2021 - C#
netcore
Here are 2,422 public repositories matching this topic...
-
Updated
Feb 25, 2021 - C#
-
Updated
Feb 27, 2021 - C#
-
Updated
Feb 27, 2021 - C#
-
Updated
Feb 24, 2021 - C#
-
Updated
Feb 24, 2021 - C#
-
Updated
Jan 18, 2021 - C#
-
Updated
Feb 22, 2021 - C#
-
Updated
Feb 27, 2021 - F#
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
Feb 26, 2021 - C#
-
Updated
Feb 15, 2021 - C#
-
Updated
Feb 21, 2021 - C#
-
Updated
Feb 26, 2021 - C#
-
Updated
Feb 15, 2021 - C#
-
Updated
Feb 26, 2021 - C#
The app fails when export-hashes CLI option is called and no export-hashes directory is present in binary directory. After spending few hours on processing pcaps this may be quite frustrating - app should create the directory or at least ask the user. Probably writing to OS default temp directory and then moving to per OS default location like current directory or $HOME/BruteShark/${date}/export-
-
Updated
Feb 26, 2021 - C#
-
Updated
Jan 5, 2021 - C#
-
Updated
Feb 23, 2021 - C#
After the merge of this PR: open-telemetry/opentelemetry-dotnet#1548
We should create more unit tests just like open-telemetry/opentelemetry-dotnet#1537 to validate the full behavior.
User Research
-
Updated
Feb 22, 2021 - C#
-
Updated
Jan 29, 2021 - C#
-
Updated
May 21, 2020 - C#
-
Updated
Feb 24, 2021 - C#
See the original issue: microsoft/Git-Credential-Manager-Core#286
Logs and Network traces
Which Version of MSAL are you using ?
4.3.0
Platform
netcoreapp3.1
What authentication flow has the issue?
- Desktop / Mobile
- Interactive - system browser
Is this a new or existing app?
b. The app is in production, I haven't upgraded
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