• Nick Craver's avatar
    netstandard2.0 functionality (w/ runtime breaks) · 7e5bd308
    Nick Craver authored
    This adds a netstandard2.0 build to Dapper (and StrongName until v2),
    adds a netstandard2.0 test lineup, restores most functionality (except
    UDTs for SQL, e.g. .UdtTypeName isn't in netstandard2), and also breaks
    things not actually implemented or implemented correctly in
    netstandard2.0. Pushing this up so we can work through these with the
    .NET teams.
    
    Several things are still broken here (and fail tests):
    - Parameter decimal values (not filed yet)
    - DataTables as parameters
    (https://github.com/dotnet/corefx/issues/19708)
    - .GetSchemaTable() (not yet filed, implementation is completely missing
    from SqlDataReader in CoreFX)
    
    While the compile is clean, the above are runtime issues.
    `SqlParameter.UdtTypeName` is a separate issue, that one just wasn't in
    `netstandard2.0` at all...so we can't support UDTs there until it is.
    See https://github.com/dotnet/corefx/issues/17126 for details.
    7e5bd308
Name
Last commit
Last update
Dapper Loading commit data...
Dapper.Contrib Loading commit data...
Dapper.EntityFramework Loading commit data...
Dapper.EntityFramework.StrongName Loading commit data...
Dapper.Rainbow Loading commit data...
Dapper.SqlBuilder Loading commit data...
Dapper.StrongName Loading commit data...
Dapper.Tests Loading commit data...
Dapper.Tests.Contrib Loading commit data...
Dapper.Tests.Performance Loading commit data...
docs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
Dapper.sln Loading commit data...
Dapper.sln.DotSettings Loading commit data...
Dapper.snk Loading commit data...
Directory.build.props Loading commit data...
License.txt Loading commit data...
Readme.md Loading commit data...
appveyor.yml Loading commit data...
build.cmd Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
game Loading commit data...
semver.txt Loading commit data...