Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Refactore dapr extension#813

Merged
jkotalik merged 4 commits into
dotnet:masterfrom
sirh3e:refactore-dapr-extension
Nov 25, 2020
Merged

Refactore dapr extension#813
jkotalik merged 4 commits into
dotnet:masterfrom
sirh3e:refactore-dapr-extension

Conversation

@sirh3e

@sirh3e sirh3e commented Nov 21, 2020

Copy link
Copy Markdown
Contributor

No description provided.

}

if (project.ManifestInfo?.Deployment is DeploymentManifestInfo deployment)
if (!(project.ManifestInfo?.Deployment is { } deployment))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I've never seen this syntax before.

@tebeco tebeco Nov 25, 2020

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

not an object ?
is there a challenge of adding all possible c# 9 syntaxe in the repo ;) ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just { } is new to me here.

@jkotalik jkotalik merged commit fc35549 into dotnet:master Nov 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants