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

Initial addition of Nullable property to Abstractions Project. #2139

Merged
merged 3 commits into from Jul 25, 2023

Conversation

FuPingFranco
Copy link
Contributor

Initial PR to Abstractions project to enable nullable across the solution allowing variables to have null as a value, which can be useful in cases where a value may not be present or when a value is optional. It also allows for the use of null-forgiving operator, which suppresses nullable warnings for an expression.

build/common.props Outdated Show resolved Hide resolved
build/common.props Outdated Show resolved Hide resolved
Copy link
Contributor

@jmprieur jmprieur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
thanks @FuPingFranco

Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>
@FuPingFranco FuPingFranco marked this pull request as ready for review July 12, 2023 22:07
Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@jmprieur jmprieur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks @FuPingFranco

@FuPingFranco FuPingFranco merged commit d38cc08 into dev7x Jul 25, 2023
1 check passed
@FuPingFranco FuPingFranco deleted the francofung/Add_nullable_types branch July 25, 2023 19:15
@FuPingFranco FuPingFranco restored the francofung/Add_nullable_types branch July 25, 2023 19:15
brentschmaltz pushed a commit that referenced this pull request Jul 25, 2023
* Initial addition of Nullable property to Abstractions Project.

* Update build/common.props

Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>

* Added nullable to WsFederation project.

---------

Co-authored-by: Franco Fung <francofung@microsoft.com>
Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>
brentschmaltz pushed a commit that referenced this pull request Jul 28, 2023
* Initial addition of Nullable property to Abstractions Project.

* Update build/common.props

Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>

* Added nullable to WsFederation project.

---------

Co-authored-by: Franco Fung <francofung@microsoft.com>
Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>
brentschmaltz pushed a commit that referenced this pull request Sep 6, 2023
* Initial addition of Nullable property to Abstractions Project.

* Update build/common.props

Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>

* Added nullable to WsFederation project.

---------

Co-authored-by: Franco Fung <francofung@microsoft.com>
Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>
brentschmaltz pushed a commit that referenced this pull request Sep 7, 2023
* Initial addition of Nullable property to Abstractions Project.

* Update build/common.props

Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>

* Added nullable to WsFederation project.

---------

Co-authored-by: Franco Fung <francofung@microsoft.com>
Co-authored-by: Westin Musser <127992899+westin-m@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants