C#
Environment
Qualified supports the following versions:
- C# 10.0 (.Net Core 6.0)
- C# 8.0 (.Net Core 3.1)
- C# 7.3 (.Net Core 2.1)
- C# 6.0 (Mono 4.8)
C# versions older than 8.0 are deprecated. Use C# 8.0 or greater.
Timeout
The sandbox environment will timeout the code within 12 seconds.
Packages
C# 10.0 (.Net Core 6.0)
NUnit:3.13.3NewtonSoft.Json:13.0.1NSubstitute:4.3.0StackExchange.Redis:2.6.111
C# 8.0 (.Net Core 3.1)
NUnit:3.12NewtonSoft.Json:12.0NSubstitute:4.2StackExchange.Redis:2.6.111
C# 7.3 (.Net Core 2.1)
NUnit:3.10Newtonsoft.Json:11.0NSubstitute:4.2
C# 6.0 (Mono 4.8)
NUnit:2.x
Testing
Our C# environment supports the following testing frameworks: