LM-Development / aks-sample

Community project providing an undeprecated Microsoft Teams bot sample that runs on Azure Kubernetes Service
https://github.com/LM-Development/aks-sample/tree/main/Samples/PublicSamples/RecordingBot
MIT License
1 stars 0 forks source link

Merge Co-Pilot optimizations in .NET 8 #53

Closed fde-lmag closed 3 months ago

fde-lmag commented 3 months ago

Upgrade to .NET 8 Removed unused code Merged co-pilot optimizations Solve Analyzer warnings Naming conventions (PascalCase, const all caps etc.) Proper variable names (not just "i" for "identity" or "p" for "participants" etc.)

fde-lmag commented 3 months ago

Tested inhouse Did not run into the usual Cold-Strat issue (might just have been lucky though)