Pavel Tupitsyn created IGNITE-12404:
---------------------------------------
Summary: .NET: Adopt nullable reference types
Key: IGNITE-12404
URL:
https://issues.apache.org/jira/browse/IGNITE-12404 Project: Ignite
Issue Type: Improvement
Components: platforms
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0, 2.9
.NET 5 is due on November 2020. Microsoft recommends adopting nullable annotations on public APIs before that date to all library authors:
*
https://devblogs.microsoft.com/dotnet/embracing-nullable-reference-types/*
https://stu.dev/csharp8-doing-unsupported-things/*
https://www.youtube.com/watch?v=TJiLhRPgyq4&feature=youtu.beThe adoption can be performed on any language version by using special attributes in the source code (no binary dependency required):
https://github.com/manuelroemer/Nullable
--
This message was sent by Atlassian Jira
(v8.3.4#803005)