Showing 81 - 100 of 682 results
C# Error CS2008 โ€“ No source files specified. Reason for the Error & Solution No inputs specified The compiler was...
C# Error CS2007 โ€“ Unrecognized option: โ€˜{0}โ€™ Reason for the Error & Solution Unrecognized command-line option: โ€˜optionโ€™ The compiler was...
C# Error CS2006 โ€“ Command-line syntax error: Missing โ€˜{0}โ€™ for โ€˜{1}โ€™ option Reason for the Error & Solution Command-line syntax...
C# Error CS2005 โ€“ Missing file specification for โ€˜{0}โ€™ option Reason for the Error & Solution Missing file specification for...
C# Error CS2001 โ€“ Source file โ€˜{0}โ€™ could not be found. Reason for the Error & Solution Source file โ€˜fileโ€™...
C# Error CS1997 โ€“ Since โ€˜{0}โ€™ is an async method that returns โ€˜Taskโ€™, a return keyword must not be followed...
C# Error CS1996 โ€“ Cannot await in the body of a lock statement Reason for the Error & Solution Cannot...
C# Error CS1994 โ€“ The โ€˜asyncโ€™ modifier can only be used in methods that have a body. Reason for the...
C# Error CS1988 โ€“ Async methods cannot have ref, in or out parameters Reason for the Error & Solution Async...
C# Error CS1986 โ€“ โ€˜awaitโ€™ requires that the type {0} have a suitable โ€˜GetAwaiterโ€™ method Reason for the Error &...
C# Error CS1983 โ€“ The return type of an async method must be void, Task, Task, a task-like type, IAsyncEnumerable,...
C# Error CS1958 โ€“ Object and collection initializer expressions may not be applied to a delegate creation expression Reason for...
C# Error CS1955 โ€“ Non-invocable member โ€˜{0}โ€™ cannot be used like a method. Reason for the Error & Solution Non-invocable...
C# Error CS1954 โ€“ The best overloaded method match โ€˜{0}โ€™ for the collection initializer element cannot be used. Collection initializer...
C# Error CS1952 โ€“ An expression tree lambda may not contain a method with variable arguments Reason for the Error...
C# Error CS1951 โ€“ An expression tree lambda may not contain a ref, in or out parameter Reason for the...
C# Error CS1950 โ€“ The best overloaded Add method โ€˜{0}โ€™ for the collection initializer has some invalid arguments Reason for...
C# Error CS1949 โ€“ The contextual keyword โ€˜varโ€™ cannot be used in a range variable declaration Reason for the Error...
C# Error CS1948 โ€“ The range variable โ€˜{0}โ€™ cannot have the same name as a method type parameter Reason for...

Categories

Archives