You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2019/11/28 19:41:00 UTC

[jira] [Created] (IGNITE-12404) .NET: Adopt nullable reference types

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.be

The 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)