12
1
// Directions: Practice #3-1
2
// 1) Fix the errors with the following code.
3
// 2) Submit your dotnetfiddle link in Blackboard.
4
using System;
5
6
public class Program
7
{
8
public static void Main();
9
{
10
Console.WriteLine("Practice #3-1 works");
11
}
12
}
Cached Result
Compilation error (line 44, col 23): 'SnakeCaseLowerContext' does not implement inherited abstract member 'JsonSerializerContext.GeneratedSerializerOptions.get'
Compilation error (line 44, col 23): 'SnakeCaseLowerContext' does not implement inherited abstract member 'JsonSerializerContext.GetTypeInfo(Type)'
Compilation error (line 44, col 23): There is no argument given that corresponds to the required parameter 'options' of 'JsonSerializerContext.JsonSerializerContext(JsonSerializerOptions?)'
Compilation error (line 44, col 23): 'SnakeCaseLowerContext' does not implement inherited abstract member 'JsonSerializerContext.GetTypeInfo(Type)'
Compilation error (line 44, col 23): There is no argument given that corresponds to the required parameter 'options' of 'JsonSerializerContext.JsonSerializerContext(JsonSerializerOptions?)'