You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call is ambiguous between the following methods or properties: 'RenderTreeBuilder.AddAttribute(int, string, bool)' and 'RenderTreeBuilder.AddAttribute(int, string, string?)'
The call is ambiguous between the following methods or properties: 'RenderTreeBuilder.AddAttribute(int, string, bool)' and 'RenderTreeBuilder.AddAttribute(int, string, string?)'
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
The call is ambiguous between the following methods or properties: 'RenderTreeBuilder.AddAttribute(int, string, bool)' and 'RenderTreeBuilder.AddAttribute(int, string, string?)'
The call is ambiguous between the following methods or properties: 'RenderTreeBuilder.AddAttribute(int, string, bool)' and 'RenderTreeBuilder.AddAttribute(int, string, string?)'
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
Process completed with exit code 1.
Process completed with exit code 1.
Found a native function (sqlite3_config) with varargs in e_sqlite3. Calling such functions is not supported, and will fail at runtime. Managed DllImports:
System.Int32 sqlite3_config_none(System.Int32) (in
System.Int32 sqlite3_config_int(System.Int32, System.Int32) (in
Found a native function (sqlite3_db_config) with varargs in e_sqlite3. Calling such functions is not supported, and will fail at runtime. Managed DllImports:
System.Int32 sqlite3_db_config_charptr(SQLitePCL.sqlite3, System.Int32, System.Byte*) (in