You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run the demo app you get a compiler warning:
/workspaces/Generative-AI-for-beginners-dotnet/02-SettingUp.NETDev/src/BasicChat-01MEAI/Program.cs(7,32): warning CS8604: Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
While it's only a warning, we should update the code to not produce it.
The text was updated successfully, but these errors were encountered:
When you run the demo app you get a compiler warning:
While it's only a warning, we should update the code to not produce it.
The text was updated successfully, but these errors were encountered: