1. 20 6月, 2023 1 次提交
    • M
      reinstate support for `IDataReader` (#1913) · d91d9046
      Marc Gravell 提交于
      * if we stop supporting DbDataReader, someone is going to complain; I'd
      rather wrap it for now (to make the lib work), and add an analyzer
      in AOT that shouts at them for using IDbConnection
      
      also: compiler nits
      
      * release notes
      d91d9046
  2. 09 6月, 2023 1 次提交
  3. 17 11月, 2020 1 次提交
    • M
      .Net 5 (#1572) · 6ab170c1
      Marc Gravell 提交于
      * initial net5.0 tweaks; also fix current IDE warnings
      
      * lib updates and fixes
      
      * more cleanup
      
      * fix snafu
      
      * skip locals init
      
      * disable xunit shadow copy in tests
      
      * test records
      
      * explore scenario that currently works re #1571
      6ab170c1
  4. 27 9月, 2019 1 次提交
    • N
      Tooling and project updates (#1333) · 1481c4d3
      Nick Craver 提交于
      This is a branch cleaning up old `#if` clauses, `.csproj` bits, Linux build compatibility, and a few other tid-bits (broken out by commit).
      
      In general: we're on 3.0 tooling and all previous cruft has been removed.
      1481c4d3
  5. 27 8月, 2019 1 次提交
  6. 12 6月, 2019 1 次提交
  7. 08 5月, 2017 1 次提交
  8. 24 5月, 2016 1 次提交
  9. 19 11月, 2015 2 次提交
  10. 15 11月, 2015 1 次提交
  11. 11 11月, 2015 1 次提交
    • H
      Utilize C# 6 features · c28a87ff
      Henk Mollema 提交于
      - Expression bodies
      - Auto-properties (also get-only properties)
      - Null propagation
      - `nameof` operator
      - String interpolation
      - Dictionary initializer
      - await in finally clause
      c28a87ff
  12. 04 11月, 2015 1 次提交
  13. 01 11月, 2015 1 次提交