Azure-Samples / communication-services-dotnet-quickstarts

Sample code for Azure Communication Services .Net quickstarts
MIT License
77 stars 104 forks source link

[Chat] Added Sample For File Sharing #157

Closed jpeng-ms closed 5 months ago

jpeng-ms commented 5 months ago

Purpose

File Sharing Sample reference to be updated to 1.3.0 once package is available:

image

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information

palatter commented 5 months ago

@jpeng-ms , Minor thing but I notice the new folders have spaces in the names. To be consistent with the rest of the repo and .net in general we should try to use CamelCase.

palatter commented 5 months ago

Lets also use one solution file in the root and each sub folder has it's own project file.