#nullablereferencetypes kết quả tìm kiếm
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
F# 9 に null 許容参照型が追加 | InfoWorld #FSharp9 #NullableReferenceTypes #RandomSampling #DotNet9 prompthub.info/67904/
In the world of Nullable Reference Types, do I still need [NotNull] if my argument is not nullable? #dotnet #opinionsWelcome #nullableReferenceTypes #csharp
C# 8.0 nullable references: NotNull by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable #NullReferenceExceptions #NRTs #NRT endjin.com/blog/2020/06/d…
C# 11.0 preview: parameter null checking by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable #NullReferenceExceptions #NRTs #NRT endjin.com/blog/2022/02/c…
via @dotnet: Nullable Reference Types in F# 9 ift.tt/t3j19CP #FSharp #FSharp9 #NullableReferenceTypes #DotNet9 #NullSafety #ProgrammingLanguages #Interop #Nullability #TypeSafety #SoftwareDevelopment #CodingBestPractices #FSharpCommunity #NullReferenceException #Option…
C# 10.0 implicit global using directives by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable #NullReferenceExceptions #NRTs endjin.com/blog/2021/09/d…
C# 8.0 nullable references and serialization by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable #NullReferenceExceptions endjin.com/blog/2020/09/d…
C# 8.0 nullable references: conditional post-conditions by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable endjin.com/blog/2020/07/d…
C# 8.0 nullable references: inferred (non-)nullness by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable endjin.com/blog/2020/04/d…
C# 8.0 nullable references: supporting older runtimes by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable endjin.com/blog/2020/07/d…
C# 8.0 nullable references: when methods don't return by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable endjin.com/blog/2020/08/d…
C# 8.0 nullable references: embrace the expressiveness by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable endjin.com/blog/2020/04/d…
C# 8.0 nullable references: non-nullable is the new default by @idg10 #dotnet #csharp #NullableReferenceTypes endjin.com/blog/2020/04/d…
C# 8.0 nullable references: prepare today by not misusing 'as' by @idg10 #dotnet #csharp #NullableReferenceTypes endjin.com/blog/2020/10/d…
C# 8.0 nullable references: defeating the point with empty strings by @idg10 #dotnet #csharp #NullableReferenceTypes #Nullable endjin.com/blog/2020/10/d…
F# 9 に null 許容参照型が追加 | InfoWorld #FSharp9 #NullableReferenceTypes #RandomSampling #DotNet9 prompthub.info/67904/
via @dotnet: Nullable Reference Types in F# 9 ift.tt/t3j19CP #FSharp #FSharp9 #NullableReferenceTypes #DotNet9 #NullSafety #ProgrammingLanguages #Interop #Nullability #TypeSafety #SoftwareDevelopment #CodingBestPractices #FSharpCommunity #NullReferenceException #Option…
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
In the world of Nullable Reference Types, do I still need [NotNull] if my argument is not nullable? #dotnet #opinionsWelcome #nullableReferenceTypes #csharp
I like the idea behind #NullableReferenceTypes in #csharp - the thing is: I see more and more #developer who use the !-Operator just to prevent the warnings, which leads again to unexpected NREs 🤔 #coding #SoftwareEngineer #softwaredevelopment #SoftwareDeveloper #Microsoft
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
Possible null reference assignment warning seems bogus to me stackoverflow.com/questions/6889… #nullable #csharp #nullablereferencetypes #dotnet5
C# Nullable Reference Types: can this function accept a dictionary with both nullable and non-nullable value without overriding null checking? stackoverflow.com/questions/6855… #csharp #nullablereferencetypes #csharp90
In @VisualStudio 2022 Preview 2 we can set the project-wide Nullable context for #NullableReferenceTypes in C# in a project’s Properties window. #UI #VisualStudio2022 #VS2022 #CSharp
Follower-Power! Can anyone who is smarter than me explain to me why GetLastProcessedEvent does not generate a "Possible Null Reference Return" ?? #dotnet #nullablereferencetypes
What's going on here? How can fragment be null? #csharp #nullablereferencetypes #dotnet github.com/MelbourneDevel…
Enabling nullable reference type warnings stackoverflow.com/questions/6661… #dotnet5 #nullablereferencetypes #csharp #visualstudio
How do I reflect nullability of a type's property in C# 9 when Nullable Reference types are enabled? stackoverflow.com/questions/6527… #csharp90 #reflection #nullablereferencetypes
Going all-in with nullable reference types (it's been a long time coming). Nice! 🙂 #csharp #dotnet #nullablereferencetypes
Determine Nullability Of A Reference Type in C# Using Reflection stackoverflow.com/questions/6162… #c#80 #net #netcore #c# #nullablereferencetypes
C# 8.0 nullable reference types feature with generic parameters stackoverflow.com/questions/5919… #nullablereferencetypes #c#80 #c# #nullable
.@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=1tpyAQ…
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
Going all-in with nullable reference types (it's been a long time coming). Nice! 🙂 #csharp #dotnet #nullablereferencetypes
Enabling nullable reference type warnings stackoverflow.com/questions/6661… #dotnet5 #nullablereferencetypes #csharp #visualstudio
C# 8.0 nullable reference types feature with generic parameters stackoverflow.com/questions/5919… #nullablereferencetypes #c#80 #c# #nullable
Determine Nullability Of A Reference Type in C# Using Reflection stackoverflow.com/questions/6162… #c#80 #net #netcore #c# #nullablereferencetypes
Possible null reference assignment warning seems bogus to me stackoverflow.com/questions/6889… #nullable #csharp #nullablereferencetypes #dotnet5
How do I reflect nullability of a type's property in C# 9 when Nullable Reference types are enabled? stackoverflow.com/questions/6527… #csharp90 #reflection #nullablereferencetypes
C# Nullable Reference Types: can this function accept a dictionary with both nullable and non-nullable value without overriding null checking? stackoverflow.com/questions/6855… #csharp #nullablereferencetypes #csharp90
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
Check out the new #msdnmagazine article by @IntelliTect's CEO, @MarkMichaelis. Discover the improvements to #nullablereferencetypes that are available in #csharp8. #essentialdotnet ow.ly/FemY30ieFxb
What's going on here? How can fragment be null? #csharp #nullablereferencetypes #dotnet github.com/MelbourneDevel…
.@Microsoft has made available the new #NullableReferenceTypes as a preview for developers who want to try the new feature, enabled by default in the latest #C#8, and provide feedback. bit.ly/2n0EMXG
In @VisualStudio 2022 Preview 2 we can set the project-wide Nullable context for #NullableReferenceTypes in C# in a project’s Properties window. #UI #VisualStudio2022 #VS2022 #CSharp
Follower-Power! Can anyone who is smarter than me explain to me why GetLastProcessedEvent does not generate a "Possible Null Reference Return" ?? #dotnet #nullablereferencetypes
Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 67.7K posts
- 2. Cowboys 67.7K posts
- 3. LeBron 87.7K posts
- 4. Gibbs 17.3K posts
- 5. Pickens 12.2K posts
- 6. Brandon Aubrey 6,731 posts
- 7. #OnePride 9,427 posts
- 8. Ferguson 10.2K posts
- 9. #DALvsDET 5,964 posts
- 10. CeeDee 9,745 posts
- 11. Goff 8,107 posts
- 12. Eberflus 2,038 posts
- 13. Bland 8,262 posts
- 14. DJ Reed N/A
- 15. Shang Tsung 16.7K posts
- 16. Al Michaels N/A
- 17. Schotty 1,650 posts
- 18. Austin Reaves 13.2K posts
- 19. Turpin 2,104 posts
- 20. #LakeShow 4,314 posts