スポンサーリンク

Try out Nullable Reference Types 

Try out Nullable Reference Types With the release of .NET Core 3.0 Preview 7, C# 8.0 is considered “feature complete”. That means that the biggest feature of them all, Nullable Reference Types, is also locked down behavior-wise for the .NET Core release.

情報源: Try out Nullable Reference Types | .NET Blog

.NET Core 3.0 Preview 7からC# 8.0でNULL許容参照型がサポートされるようです。

また、今後1年掛けて(つまり.NET 5)CoreFxのライブラリにたいして、#nullableのアノテーションを付けていく、つまりライブラリ内はNULLがデフォルトで不可となるようにしていくようです。つまりボクらのコードも今後#nullable化していく必要があるって言うことです。とりあえず「■━⊂( ・∀・) 彡 ガッ☆`Д´)ノ」

タイトルとURLをコピーしました