-
Notifications
You must be signed in to change notification settings - Fork 833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create New Sample Msgext Thirdparty Storage Csharp #1523
Create New Sample Msgext Thirdparty Storage Csharp #1523
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 39 out of 54 changed files in this pull request and generated no comments.
Files not reviewed (15)
- samples/msgext-thirdparty-storage/csharp/.gitignore: Language not supported
- samples/msgext-thirdparty-storage/csharp/Properties/launchSettings.json: Language not supported
- samples/msgext-thirdparty-storage/csharp/TeamsApp/TeamsApp.ttkproj: Language not supported
- samples/msgext-thirdparty-storage/csharp/TeamsApp/appPackage/manifest.json: Language not supported
- samples/msgext-thirdparty-storage/csharp/TeamsApp/env/.env.local: Language not supported
- samples/msgext-thirdparty-storage/csharp/TeamsApp/infra/azure.bicep: Language not supported
- samples/msgext-thirdparty-storage/csharp/TeamsApp/infra/azure.parameters.json: Language not supported
- samples/msgext-thirdparty-storage/csharp/TeamsApp/launchSettings.json: Language not supported
- samples/msgext-thirdparty-storage/csharp/TeamsMsgextThirdpartyStorage.csproj: Language not supported
- README.md: Evaluated as low risk
- .github/workflows/build-complete-samples.yml: Evaluated as low risk
- samples/msgext-thirdparty-storage/csharp/TeamsApp/teamsapp.yml: Evaluated as low risk
- samples/msgext-thirdparty-storage/csharp/Bots/TeamsMsgextThirdpartyStorageBot.cs: Evaluated as low risk
- samples/msgext-thirdparty-storage/csharp/README.md: Evaluated as low risk
- samples/msgext-thirdparty-storage/csharp/AdapterWithErrorHandler.cs: Evaluated as low risk
Comments suppressed due to low confidence (2)
samples/msgext-thirdparty-storage/csharp/Controllers/HomeController.cs:13
- The XML documentation comment should use 'return' instead of 'returns'.
/// <returns>An ActionResult object for the CustomForm view.</returns>
samples/msgext-thirdparty-storage/csharp/Startup.cs:24
- [nitpick] The property name 'Configuration' is too generic. It should be renamed to 'AppConfiguration' to be more descriptive.
public IConfiguration Configuration { get; }
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good !
No description provided.