1. 29 9月, 2020 2 次提交
  2. 26 9月, 2020 1 次提交
    • C
      Put generated files to disk: (#47047) · de348c5a
      Chris Sienkiewicz 提交于
      * Put generated files to disk:
      - Add new command line param 'GeneratedFilesOut'
      - Route new param through tasks with defaults
      - Write out generated files when requested to do so
      - Rationalize post generation to avoid uncesseary work
      - Add Tests for targets and emit
      - Add test to track the fact that we can overwrite files on windows in SxS cases
      de348c5a
  3. 25 9月, 2020 20 次提交
  4. 24 9月, 2020 4 次提交
  5. 23 9月, 2020 10 次提交
  6. 22 9月, 2020 3 次提交
    • S
      Merge pull request #47903 from sharwell/service-broker-background · c9977cdb
      Sam Harwell 提交于
      Ensure IServiceBroker is used on a background thread
      c9977cdb
    • Y
      Records: Warn if Equals is redefined but not GetHashCode (#47515) · 808c1fac
      Youssef Victor 提交于
      * Records: Warn if Equals or GetHashCode is redefined, but not both
      
      * Fix ErrorFacts.Generated.cs
      
      * Apply feedback from @jcouv
      
      * Fix RecordTests.cs due to new warnings - part 1
      
      * Small fix
      
      * Small fixes
      
      * Fix RecordTests.cs due to new warning - part 2
      
      * Fix formatting
      
      * Fix RecodTests.cs due to new warning - part 3
      
      * Fix RecodTests.cs due to new warning - part 4
      
      * Fix RecodTests.cs due to new warning - part 5
      
      * Fix RecodTests.cs due to new warning - part 6
      
      * Fix an unintentional mistake
      
      * Apply feedback
      
      * Update src/Compilers/CSharp/Portable/Symbols/Source/SourceMemberContainerSymbol.cs
      
      * Apply feedback
      
      * Feedback
      
      * UpdateXlf
      
      * Update DiagnosticTest.cs
      
      * Update RecordTests.cs
      
      * Update WarningLevel to 3
      
      * Fix test: warning level
      808c1fac
    • R
      Check NotNullIfNotNull in implementation (#47649) · e39abade
      Rikki Gibson 提交于
      e39abade