Closed
Description
Using the latest TTK in VS.
File->New->Teams->AIBot
Expected
Solution builds with no errors or warnings
Observed
1>D:\code\temp\MyAIBot\MyAIBot\Models\AppState.cs(20,31,20,32): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
1>D:\code\temp\MyAIBot\MyAIBot\Models\AppState.cs(31,31,31,32): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
1>D:\code\temp\MyAIBot\MyAIBot\Program.cs(114,5,117,3): warning ASP0014: Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)