-
Notifications
You must be signed in to change notification settings - Fork 223
List of C Sharp Kata to Update
Voile edited this page Apr 23, 2020
·
22 revisions
The following kata needs to fixed to enable C# 7.3/8.0. Any help will be appreciated.
-
Basics 07: Calculate Sin(x) - too easy?
Looks like should be retired instead?
Error message:
The type name 'CodeDomProvider' could not be found in the namespace 'System.CodeDom.Compiler'. This type has been forwarded to assembly 'System.CodeDom, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' Consider adding a reference to that assembly.
Looks like System.CodeDom assembly needs to be added as a reference.