-
Updated
Nov 9, 2020 - C#
netcore
Here are 2,270 public repositories matching this topic...
-
Updated
Nov 9, 2020 - C#
-
Updated
Nov 9, 2020 - C#
-
Updated
Nov 5, 2020 - C#
-
Updated
Oct 25, 2020 - C#
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 9, 2020 - C#
-
Updated
Oct 28, 2020 - C#
-
Updated
Nov 9, 2020 - C#
-
Updated
Nov 9, 2020 - F#
Improvement description
Extend the LegendExamples with one that first shows but then hides the legend.
Why? It took me a while to find the IsLegendVisible
property.
-
Updated
Oct 5, 2020 - C#
-
Updated
Nov 9, 2020 - C#
-
Updated
Nov 9, 2020 - C#
-
Updated
Oct 13, 2020 - C#
-
Updated
Oct 14, 2020 - C#
-
Updated
Oct 24, 2020 - C#
-
Updated
Sep 2, 2020 - C#
-
Updated
Aug 7, 2020 - C#
-
Updated
Oct 15, 2020 - C#
-
Updated
Oct 30, 2020 - C#
-
Updated
May 21, 2020 - C#
-
Updated
Oct 21, 2020 - C#
-
Updated
Oct 25, 2020 - C#
.NET 5.0 is GA ing next week, and we need to support it.
No breaking changes are expected, but need to include 5.0 tests. This involves adding 5.0 target to tests, and modifying GHActions to run 5.0.
Is your feature request related to a problem? Please describe.
This feature request is Android related. We would like to enable the WindowManagerFlags.Secure flag on every bit of our app, so that the app content gets hidden once the app enters the background (e.g. in Android task overview). This flag also prevents the user from taking screenshots. Adam Pedley once wrote a nice and short blog
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."
Initial attempt failed, we need to fix the following issues:
SixLabors/ImageSharp#1302 (comment)
Disabling the two (likely) bugs with
[ActiveIssue]
might be also fine.