KevinDockx / CSharp10DesignPatterns

Fully functioning sample code for my C#10 Design Patterns course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

non-verbatim interpolated string error

rswetnam opened this issue · comments

When I try to run the Factory Method on Abstract Factory I get the error:

Error CS8967 Newlines inside a non-verbatim interpolated string are not supported in C# 10.0. Please use language version preview or greater. AbstractFactory C:\repos_Learning\Pluralsight\Dockx\C# 10 Design Patterns\Github\CSharp10DesignPatterns-main\Finished sample\AbstractFactory\Implementation.cs 117 Active

Thanks for noticing, I just submitted a fix. Enjoy the code/course! :)