Project Coimbra was developed by independent volunteers at Microsoft with the Service Owners of Enable Ireland Sandyford. Inspired by their love of music and how it is such a central part of the service, volunteers at Microsoft developed this inclusive music software and have generously allowed us to share it with the world.
MIT License
4
stars
5
forks
source link
SQLitePCL unresolved dependency for code analysis #23
When building in Release mode we get several issues about SQLitePCL.
Severity Code Description Project File Line Suppression State
Warning ILTransform : warning ILT0005: Type 'SQLitePCL.sqlite3' from assembly 'SQLitePCLRaw.core' was not included in compilation, but was referenced in type 'Microsoft.CodeAnalysis.SQLite.Interop.SafeSqliteHandle'. There may have been a missing assembly, or a dependency on a more recent Windows SDK release. Project.Coimbra
Warning ILTransform : warning ILT0003: Method 'NativeMethods.sqlite3_extended_errcode(SafeSqliteHandle)' will always throw an exception due to the missing method 'raw.sqlite3_extended_errcode(sqlite3)' in assembly 'SQLitePCLRaw.core'. There may have been a missing assembly, or a dependency on a more recent Windows SDK release. Project.Coimbra
Warning ILTransform : warning ILT0003: Method 'NativeMethods.sqlite3_column_int(SafeSqliteStatementHandle, int)' will always throw an exception due to the missing method 'raw.sqlite3_column_int(sqlite3_stmt, int)' in assembly 'SQLitePCLRaw.core'. There may have been a missing assembly, or a dependency on a more recent Windows SDK release. Project.Coimbra
When building in Release mode we get several issues about SQLitePCL.
Severity Code Description Project File Line Suppression State Warning ILTransform : warning ILT0005: Type 'SQLitePCL.sqlite3' from assembly 'SQLitePCLRaw.core' was not included in compilation, but was referenced in type 'Microsoft.CodeAnalysis.SQLite.Interop.SafeSqliteHandle'. There may have been a missing assembly, or a dependency on a more recent Windows SDK release. Project.Coimbra
Warning ILTransform : warning ILT0003: Method 'NativeMethods.sqlite3_extended_errcode(SafeSqliteHandle)' will always throw an exception due to the missing method 'raw.sqlite3_extended_errcode(sqlite3)' in assembly 'SQLitePCLRaw.core'. There may have been a missing assembly, or a dependency on a more recent Windows SDK release. Project.Coimbra
Warning ILTransform : warning ILT0003: Method 'NativeMethods.sqlite3_column_int(SafeSqliteStatementHandle, int)' will always throw an exception due to the missing method 'raw.sqlite3_column_int(sqlite3_stmt, int)' in assembly 'SQLitePCLRaw.core'. There may have been a missing assembly, or a dependency on a more recent Windows SDK release. Project.Coimbra