Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for nullable reference types #19

Open
xhafan opened this issue Nov 10, 2020 · 1 comment
Open

Add support for nullable reference types #19

xhafan opened this issue Nov 10, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@xhafan
Copy link
Owner

xhafan commented Nov 10, 2020

No description provided.

@xhafan xhafan added the enhancement New feature or request label Nov 10, 2020
@xhafan
Copy link
Owner Author

xhafan commented Sep 2, 2022

Add Guard.Hope ContractAnnotation for cases like Guard.Hope(something != null, to avoid Possible null reference return

xhafan added a commit that referenced this issue Sep 7, 2022
…rence types are enabled, when using Guard.Hope() method one does not get "Dereference of possibly null reference" warning (idea taken from Debug.Assert method source code)
xhafan added a commit that referenced this issue Sep 14, 2022
…a nullable reference type is automapped as nullable in the database; CoreDdd.Nhibernate now targets .NET 6 due to .NET 6 nullability info API; removed setting "proxyfactory.factory_class" for NHibernate - some tests were failing for .NET 6
xhafan added a commit that referenced this issue Sep 14, 2022
… a nullable reference type is automapped as nullable in the database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant