Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

[Samples & SDK] Replace Double Brace initialization with Standard Initialization #1103

Conversation

Batta32
Copy link
Contributor

@Batta32 Batta32 commented Mar 26, 2021

Fixes #1067

Description

We replaced all the double brace initialization from samples and libraries (code + unit tests) to avoid serialization issues.

Specific Changes

  • Replace double brace initialization to standard initialization in libraries
  • Replace double brace initialization to standard initialization in samples

Testing

We double checked the behavior of all the samples and the execution of the unit tests of each library.

Successful mvn clean install execution after changes
image

Successful communication of the 17.multilingual-bot sample after changes
image

Successful communication of the 49.qnamaker-all-features sample after changes
image

@tracyboehrer tracyboehrer merged commit e01aef1 into microsoft:main Mar 29, 2021
@Batta32 Batta32 deleted the external/feature/southworks/double-brace/base branch March 29, 2021 13:47
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.

Serialization doesn't work with non-static inner classes related to the double brace initialization
2 participants