Skip to content

Instantly share code, notes, and snippets.

@friism
Created March 30, 2015 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save friism/1ba85149305ffe6e2654 to your computer and use it in GitHub Desktop.
Save friism/1ba85149305ffe6e2654 to your computer and use it in GitHub Desktop.
kpm build src/Npgsql/project.json
/app/src/src/Npgsql/NpgsqlCommand.cs(1266,30): error CS0103: The name 'ExecuteNonQueryInternalAsync' does not exist in the current context
/app/src/src/Npgsql/NpgsqlCommand.cs(1330,30): error CS0103: The name 'ExecuteScalarInternalAsync' does not exist in the current context
/app/src/src/Npgsql/NpgsqlCommand.cs(1418,30): error CS0103: The name 'ExecuteDbDataReaderInternalAsync' does not exist in the current context
/app/src/src/Npgsql/TlsClientStream/EllipticCurve.cs(1111,29): error CS0246: The type or namespace name 'ECDsaCng' could not be found (are you missing a using directive or an assembly reference?)
/app/src/src/Npgsql/TlsClientStream/EllipticCurve.cs(1111,64): error CS0103: The name 'CngKeyBlobFormat' does not exist in the current context
/app/src/src/Npgsql/TlsClientStream/EllipticCurve.cs(1111,38): error CS0103: The name 'CngKey' does not exist in the current context
/app/src/src/Npgsql/NpgsqlCommand.cs(1259,32): warning CS0114: 'NpgsqlCommand.ExecuteNonQueryAsync(CancellationToken)' hides inherited member 'DbCommand.ExecuteNonQueryAsync(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/app/src/src/Npgsql/NpgsqlCommand.cs(1277,26): warning CS0108: 'NpgsqlCommand.ExecuteNonQueryAsync()' hides inherited member 'DbCommand.ExecuteNonQueryAsync()'. Use the new keyword if hiding was intended.
/app/src/src/Npgsql/NpgsqlCommand.cs(1323,35): warning CS0114: 'NpgsqlCommand.ExecuteScalarAsync(CancellationToken)' hides inherited member 'DbCommand.ExecuteScalarAsync(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/app/src/src/Npgsql/NpgsqlCommand.cs(1341,29): warning CS0108: 'NpgsqlCommand.ExecuteScalarAsync()' hides inherited member 'DbCommand.ExecuteScalarAsync()'. Use the new keyword if hiding was intended.
/app/src/src/Npgsql/NpgsqlCommand.cs(1412,45): warning CS0108: 'NpgsqlCommand.ExecuteReaderAsync(CommandBehavior, CancellationToken)' hides inherited member 'DbCommand.ExecuteReaderAsync(CommandBehavior, CancellationToken)'. Use the new keyword if hiding was intended.
/app/src/src/Npgsql/NpgsqlCommand.cs(1432,39): warning CS0108: 'NpgsqlCommand.ExecuteReaderAsync(CancellationToken)' hides inherited member 'DbCommand.ExecuteReaderAsync(CancellationToken)'. Use the new keyword if hiding was intended.
/app/src/src/Npgsql/NpgsqlCommand.cs(1442,39): warning CS0108: 'NpgsqlCommand.ExecuteReaderAsync(CommandBehavior)' hides inherited member 'DbCommand.ExecuteReaderAsync(CommandBehavior)'. Use the new keyword if hiding was intended.
/app/src/src/Npgsql/NpgsqlCommand.cs(1452,39): warning CS0108: 'NpgsqlCommand.ExecuteReaderAsync()' hides inherited member 'DbCommand.ExecuteReaderAsync()'. Use the new keyword if hiding was intended.
/app/src/src/Npgsql/NpgsqlConnection.cs(1139,10): warning CS0436: The type 'ContractArgumentValidatorAttribute' in '/app/src/src/Npgsql/ContractExtensions.cs' conflicts with the imported type 'ContractArgumentValidatorAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/app/src/src/Npgsql/ContractExtensions.cs'.
/app/src/src/Npgsql/NpgsqlDataReader.cs(825,23): warning CS0114: 'NpgsqlDataReader.GetStream(int)' hides inherited member 'DbDataReader.GetStream(int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/app/src/src/Npgsql/NpgsqlDataReader.cs(875,27): warning CS0114: 'NpgsqlDataReader.GetTextReader(int)' hides inherited member 'DbDataReader.GetTextReader(int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/app/src/src/Npgsql/NpgsqlDataReader.cs(1002,18): warning CS0114: 'NpgsqlDataReader.GetFieldValue<T>(int)' hides inherited member 'DbDataReader.GetFieldValue<T>(int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/app/src/src/Npgsql/NpgsqlDataReader.cs(1595,10): warning CS0436: The type 'ContractArgumentValidatorAttribute' in '/app/src/src/Npgsql/ContractExtensions.cs' conflicts with the imported type 'ContractArgumentValidatorAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/app/src/src/Npgsql/ContractExtensions.cs'.
/app/src/src/Npgsql/NpgsqlDataReader.cs(1603,10): warning CS0436: The type 'ContractArgumentValidatorAttribute' in '/app/src/src/Npgsql/ContractExtensions.cs' conflicts with the imported type 'ContractArgumentValidatorAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/app/src/src/Npgsql/ContractExtensions.cs'.
/app/src/src/Npgsql/NpgsqlDataReader.cs(1611,10): warning CS0436: The type 'ContractArgumentValidatorAttribute' in '/app/src/src/Npgsql/ContractExtensions.cs' conflicts with the imported type 'ContractArgumentValidatorAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/app/src/src/Npgsql/ContractExtensions.cs'.
/app/src/src/Npgsql/NpgsqlDataReader.cs(1619,10): warning CS0436: The type 'ContractAbbreviatorAttribute' in '/app/src/src/Npgsql/ContractExtensions.cs' conflicts with the imported type 'ContractAbbreviatorAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/app/src/src/Npgsql/ContractExtensions.cs'.
/app/src/src/Npgsql/NpgsqlTransaction.cs(223,10): warning CS0436: The type 'ContractArgumentValidatorAttribute' in '/app/src/src/Npgsql/ContractExtensions.cs' conflicts with the imported type 'ContractArgumentValidatorAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/app/src/src/Npgsql/ContractExtensions.cs'.
/app/src/src/Npgsql/NpgsqlTransaction.cs(231,10): warning CS0436: The type 'ContractArgumentValidatorAttribute' in '/app/src/src/Npgsql/ContractExtensions.cs' conflicts with the imported type 'ContractArgumentValidatorAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/app/src/src/Npgsql/ContractExtensions.cs'.
/app/src/src/Npgsql/TypeHandlers/ArrayHandler.cs(500,25): warning CS0109: The member 'ArrayHandler<TElement>.PrepareRead(NpgsqlBuffer, int, FieldDescription)' does not hide an inherited member. The new keyword is not required.
/app/src/src/Npgsql/TypeHandlers/BitStringHandler.cs(294,25): warning CS0109: The member 'BitStringArrayHandler.PrepareRead(NpgsqlBuffer, int, FieldDescription)' does not hide an inherited member. The new keyword is not required.
/app/src/src/Npgsql/NpgsqlLargeObjectManager.cs(90,21): warning CS3021: 'NpgsqlLargeObjectManager.Create(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
/app/src/src/Npgsql/NpgsqlCommand.cs(1478,30): warning CS0168: The variable 'e' is declared but never used
/app/src/src/Npgsql/NpgsqlCommandBuilder.cs(207,51): warning CS0162: Unreachable code detected
/app/src/src/Npgsql/NpgsqlTypes/NpgsqlDateTime.cs(515,17): warning CS0162: Unreachable code detected
/app/src/src/Npgsql/TlsClientStream/TlsClientStream.cs(647,17): warning CS0162: Unreachable code detected
/app/src/src/Npgsql/NpgsqlCommand.cs(72,14): warning CS0169: The field 'NpgsqlCommand._functionNeedsColumnListDefinition' is never used
/app/src/src/Npgsql/NpgsqlDataReader.cs(25,29): warning CS0169: The field 'NpgsqlDataReader._state' is never used
/app/src/src/Npgsql/NpgsqlCommand.cs(79,22): warning CS0169: The field 'NpgsqlCommand._resultFormatCodes' is never used
/app/src/src/Npgsql/NpgsqlCommand.cs(71,14): warning CS0414: The field 'NpgsqlCommand._functionChecksDone' is assigned but its value is never used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment