-
Notifications
You must be signed in to change notification settings - Fork 1
List of C Sharp Kata to Update
kazk edited this page Jan 28, 2021
·
15 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.
UPDATE The following packages are now available:
-
Microsoft.CodeAnalysis.CSharp
3.8.0
-
Microsoft.CodeAnalysis.CSharp.Scripting
3.8.0
-
System.CodeDom
5.0.0
- Agda Kata that require rank adjustment
- List of Possible Duplicate Kata
- List of kata that are candidates to retirement
- List of Kata with font Tag in Description (possibly broken)
- Potentially Plagiarized Kata
- Tags and topics to assign to kata
- List of Agda Kata to Update
- List of C Kata to Update
- List of C++ Kata to Update
- List of COBOL Kata to Update
- List of Coq Kata to Update
- List of Crystal Kata to Update
- List of C# Kata to Update
- List of Dart Kata to Update
- List of Elixir Kata to Update
- List of Go Kata to Update
- List of Haskell Kata to Update
- List of Java Kata to Update
- List of JavaScript Kata to Update
- List of Kotlin Kata to Update
- List of Lean Kata to Update
- List of Nim Kata to Update
- List of PHP Kata to Update
- List of Python Kata to Update
- List of Racket Kata to Update
- List of Ruby Kata to Update
- List of Rust Kata to Update
- List of Scala Kata to Update
- List of Solidity Kata to Update
- List of Swift Kata to Update
- List of TypeScript Kata to Update