1. 23 2月, 2021 19 次提交
  2. 22 2月, 2021 13 次提交
    • V
      Delete updateversions.proj (#48593) · f23f0167
      Viktor Hofer 提交于
      dead code
      f23f0167
    • E
      Fix doc comment typo in JsonSerializerOptions.cs (#48590) · 8c88d1d9
      Eric Mutta 提交于
      The following sentence in the doc comments for the `IgnoreReadOnlyFields` member:
      
      > A property is read-only if it isn't marked with the <c>readonly</c> keyword.
      
      Should read:
      
      > A field is read-only if it is marked with the <c>readonly</c> keyword.
      8c88d1d9
    • E
      Fix another doc comment typo in JsonSerializerOptions.cs (#48591) · 5b5ac997
      Eric Mutta 提交于
      * Fix another doc comment typo in JsonSerializerOptions.cs
      
      The following sentence in the doc comments for the `IncludeFields` member:
      
      > Determines whether fields are handled serialization and deserialization.
      
      Should read:
      
      > Determines whether fields are handled **during** serialization and deserialization.
      
      * Update src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs
      Co-authored-by: NEirik Tsarpalis <eirik.tsarpalis@gmail.com>
      5b5ac997
    • D
      Add LINQ APIs for Index and Range (#28776) (#48559) · c63f06cd
      Dixin 提交于
      * Implement dotnet/runtime#28776: Implement LINQ APIs for index and range.
      
      * Implement dotnet#28776: Implement LINQ APIs for index and range.
      
      * Implement dotnet#28776: LINQ APIs for index and range.
      
      * Implement dotnet#28776: LINQ APIs for index and range.
      
      * Implement dotnet#28776: LINQ APIs for index and range.
      
      * Implement dotnet#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Code review update.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Code review update.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Code review update.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Update ElementAt, keep the original behavior.
      
      * Implement dotnet#28776: LINQ APIs for index and range. Update ElementAt, keep the original behavior.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Update ElementAt, keep the original behavior.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Add unit tests for ElementAt, ElementAtOrDefault.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Update unit tests.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Update unit tests.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Update unit tests.
      
      * Implement dotnet/runtime#28776: LINQ APIs for index and range. Update for merge.
      
      * Implement #28776: LINQ APIs for index and range. Update unit tests.
      c63f06cd
    • V
      [interp] Inline more AggressiveInlining methods (#48513) · 5bc40f58
      Vlad Brezae 提交于
      * [interp] Inline more AggressiveInlining methods
      
      By default, the interpreter stops inlining when encountering a call that it cannot inline or a throw. Inline the method anyway if the aggressive inlining attribute is present.
      
      * [interp] Fix some long conditional branch opcodes
      5bc40f58
    • V
      Delete unused installer properties (#48569) · 82c5bd73
      Viktor Hofer 提交于
      * Delete unused msbuild properties, targets and files
      82c5bd73
    • D
    • G
      Simplify connection usability logic (#48446) · 8e943c5e
      Geoff Kizer 提交于
      * simplify connection usability logic
      Co-authored-by: NGeoffrey Kizer <geoffrek@windows.microsoft.com>
      8e943c5e
    • A
      JIT: remove JitGuardedDevirtualizationGuessBestClass (#48574) · 8290e49e
      Andy Ayers 提交于
      And slightly rearrange the two bits of code that consider guarded
      devirualization with the goal of eventually unifying them.
      
      Fixes #48564.
      8290e49e
    • A
      Add disabling test policy to the docs (#48575) · 6a487809
      Anirudh Agnihotry 提交于
      * add disabling test policy
      
      * Update docs/infra/buildtriage.md
      Co-authored-by: NDan Moseley <danmose@microsoft.com>
      6a487809
    • B
      Fix #28035 Refactor DLL imports interop classes (#48556) · f4b51a85
      Badre BSAILA 提交于
      * refactor interop classes
      
      * move interop files to subdirectory
      f4b51a85
    • T
      Enable CG2 determinism tests on all architectures (#48526) · 35ea4957
      Tomáš Rylek 提交于
      I have noticed that these two tests are still conditionally
      executed on x64 only. I don't see why they shouldn't work on
      other architectures.
      
      Thanks
      
      Tomas
      35ea4957
    • A
      update branding to preview3 (#48530) · fd57b7db
      Anirudh Agnihotry 提交于
      fd57b7db
  3. 21 2月, 2021 6 次提交
  4. 20 2月, 2021 2 次提交