semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Bump C# language version to 11

Open stephentoub opened this issue 2 years ago • 1 comments

Motivation and Context

Use the latest C# language version.

Description

Some places already had 11 set, others were still using 10. This makes it consistently 11 everywhere. C# 11 is currently the latest, with C# 12 in preview until November.

Contribution Checklist

  • [x] The code builds clean without any errors or warnings
  • [x] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
  • [x] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with dotnet format
  • [x] All unit tests pass, and I have added new tests where possible
  • [x] I didn't break anyone :smile:

stephentoub avatar Apr 21 '23 03:04 stephentoub

LGTM

MovGP0 avatar Apr 21 '23 13:04 MovGP0

@stephentoub Change looks good -- some files were moved in another change, and I cannot resolve the conflicts from here. Could you please sync up?

shawncal avatar Apr 23 '23 19:04 shawncal