Skip to content

Conversation

@Y-Sindo
Copy link
Member

@Y-Sindo Y-Sindo commented Apr 2, 2022

  1. Add "serverEndpoint", "clientEndpoint" to constructor parameter. Previously we only have init accessor, which is available only since C# 9 and Net Standard 2.0 and .Net Core 3.1 have to specify language version to use the accessor.

  2. Make our internal IsExternalInit available on .NET 6. Due to unknown reasons, if .NET standard libraries (for example Functions extensions) try to use init accessor without our internal IsExternalInit class, they will get "set_ServerEndpoint" method not found exception.

…roblem

1. Add "serverEndpoint", "clientEndpoint" to constructor parameter. Previously we only have `init` accessor, which is available only since C# 9 and Net Standard 2.0 and .Net Core 3.1 have to specify language version to use the accessor.

2. Make our internal `IsExternalInit` available on .NET 6. Due to unknown reasons, if .NET standard libraries (for example Functions extensions) try to use `init` accessor without our internal `IsExternalInit` class, they will get "set_ServerEndpoint" method not found exception.
@Y-Sindo Y-Sindo enabled auto-merge (squash) April 2, 2022 06:55
@Y-Sindo Y-Sindo merged commit 309adfd into Azure:dev Apr 2, 2022
@Y-Sindo Y-Sindo deleted the init branch April 2, 2022 07:22
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.

2 participants