-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageVoice Live
Description
Summary
The stand-alone samples for Voice Live are incorrect and do not follow the repository requirements for stand-alone samples. Specifically:
- They cannot build outside of the Azure SDK for .NET repository
- They are using an unapproved dependency, NAudio, that was smuggled in via version override
This will break developers trying to use the sample when exported by to the MS Learn Samples Browser as a stand-alone sample and violates central dependency management and approvals.
Remediation
-
The dependency needs to be approved by the .NET architects as appropriate for use in test/sample scenarios or replaced.
-
The project needs to be restructured such that it both integrates with the Azure SDK repository engineering system when embedded and also is fully stand alone when not. Prior art exists in:
Metadata
Metadata
Assignees
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageVoice Live