-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
.NETComponents which are .NET based (non UWP specific)Components which are .NET based (non UWP specific)Completed 🔥improvements ✨
Milestone
Description
Overview
Follow up from @michael-hawker's comment here: #3380 (comment)
There are places in the toolkit were we have verbose expressions to check for null refs or get null refs, eg:
There are now portable .NET Standard APIs to do this in a less verbose manner (added in dotnet/runtime#40008), which will be in stable release when .NET 5 drops in November (though they'll just target .NET Standard like the current System.Runtime.CompilerServices.Unsafe package). This issue is for tracking a refactoring pass on the whole toolkit to update all the current instances of those workarounds mentioned above, using these new APIs. Notes:
- No target framework changes
- No API changes
- Purely a refactoring
Metadata
Metadata
Assignees
Labels
.NETComponents which are .NET based (non UWP specific)Components which are .NET based (non UWP specific)Completed 🔥improvements ✨