-
Notifications
You must be signed in to change notification settings - Fork 222
List of C Sharp Kata to Update
Voile edited this page May 4, 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?Should be retired instead since the sine function ban can be bypassed in all 4 existing languages
Ref: https://github.com/codewars/codewars-runner-cli/issues/809
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.