1. 24 2月, 2021 5 次提交
  2. 23 2月, 2021 31 次提交
  3. 22 2月, 2021 4 次提交
    • 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