Filter
Exclude
Time range
-
Near
Have you ever used the Nullable annotations setting in your C# projects? I use it in Multi-targeting projects for older Frameworks like .NET 4.8. You avoid a lot of unnecessary warnings. For example when using string.IsNullOrEmpty(). #csharp #sdk #nullablereferencetypes
1
2
354
Maximize code reliability and prevent dreaded #NullReferenceExceptions with #CSharp's nullable reference types! Declare variables with a '?' after the type to allow for optional values or assign null. #programming #dotnet #nullablereferencetypes
2
3
252
It hurts me when I open a codebase, #nullablereferencetypes are turned on in some places or not even turned on, and there are question marks scattered all over the place but no code rules turned on. There has been massive communication failures with NRT #dotnet #csharp
3
1
2
Смею заметить, что система типов .Net бессмысленно сложна, и проще и лучше со временем не становится (исключение - NullableReferenceTypes). И в этот переломный момент они позволяют SPJ уйти.
2
right :) I never knew CLI can do this, until we implemented NullableReferenceTypes in R#...
1
2
.@jonskeet thx for convincing me of "why it is implemented this way" on #NullableReferenceTypes in #csharp, I was very much opposed in the beginning. I do still use it in combination with a library that includes the Option<T> and Either<L, R> types. youtube.com/watch?v=1tpyAQZF…

1
At some point it might be wise to stopp adding operators to undo the harm of history and instead choose another language. Fortunately f# runs on the same CLR. In other news; for C# version OneMoreTry I predict the introduction of a mutable type operator ! #nullablereferencetypes
1
4
Compiler: 16 errors Me: *fixes one error* Compiler: 29 errors Me: *fixes one error* Compiler: 37 errors Me: 🤪 #nullablereferencetypes
7
30 Sep 2019
📣 Nuovo Podcast! "Un consapevole uso dei "null". Evitiamo qualche NullReferenceException" su @Spreaker #net #buoncodice #netcore #null #nullablereferencetypes #nulloblectpattern #nullreferenceexception spreaker.com/user/dottor/un-…

6
5
いやほんと、C#8にするの怖くない? C# 8.0 null許容参照型 #c #nullablereferencetypes slideshare.net/ufcpp/c-80-nu… @SlideShareさんから

3
NullableReferenceTypes #強制ギプス
1
2
7
C# 8.0 のnull許容参照型をcsprojでオン・オフするオプション、NullableReferenceTypesからNullableContextOptionsに変わってるっぽい。 ↓修正のPR、mergeされてないのに何でVS 2019 Preview 2には反映されてるんだろう… github.com/dotnet/project-sy…
8
10
これまでのnullありきの C# のclassを NullableReferenceTypes に変えるコミットがすごくいい // ピックアップRoslyn 12/21 & Connect() Japan フォローアップ ufcpp.net/blog/2018/12/picku…

1
1
3
YAML builds are really nice. I've almost completely converted dotnet/roslyn CI over to YAML based builds. Currently testing it out on the features/NullableReferenceTypes branch. Expect to go to master early as next week
1
1