Compiler command line arguments and PreCompile reference name #2557
Annotations
10 warnings
Run Live Tests
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Run Live Tests
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Run Live Tests
The '&' operator should not be used on parameters or local variables in async methods.
|
Run Live Tests
The '&' operator should not be used on parameters or local variables in async methods.
|
Run Live Tests
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Run Live Tests
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Run Live Tests
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Run Live Tests
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run Live Tests
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run Live Tests
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Loading