Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Update: https://dev.azure.com/msft-skilling/Content/_workitems/edit/230203 #173

Merged
merged 4 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6,829 changes: 6,829 additions & 0 deletions dotnet/xml/FrameworksIndex/ml-dotnet-2.0.0.xml

Large diffs are not rendered by default.

10,427 changes: 10,427 additions & 0 deletions dotnet/xml/FrameworksIndex/ml-dotnet-3.0.0.xml

Large diffs are not rendered by default.

3,646 changes: 3,435 additions & 211 deletions dotnet/xml/FrameworksIndex/ml-dotnet-preview.xml

Large diffs are not rendered by default.

7,428 changes: 7,427 additions & 1 deletion dotnet/xml/FrameworksIndex/ml-dotnet.xml

Large diffs are not rendered by default.

177 changes: 167 additions & 10 deletions dotnet/xml/Microsoft.Data.Analysis/ArrowStringDataFrameColumn.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dotnet/xml/Microsoft.Data.Analysis/BooleanDataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Boolean&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="length" Type="System.Int64" />
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-3.0.0;ml-dotnet-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-3.0.0;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
Expand Down
4 changes: 2 additions & 2 deletions dotnet/xml/Microsoft.Data.Analysis/ByteDataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Byte&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="length" Type="System.Int64" />
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-3.0.0;ml-dotnet-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-3.0.0;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
Expand Down
4 changes: 2 additions & 2 deletions dotnet/xml/Microsoft.Data.Analysis/CharDataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Char&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="length" Type="System.Int64" />
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-3.0.0;ml-dotnet-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-3.0.0;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
Expand Down
436 changes: 360 additions & 76 deletions dotnet/xml/Microsoft.Data.Analysis/DataFrame.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<Type Name="DataFrameColumn+GetBufferLengthAtIndex" FullName="Microsoft.Data.Analysis.DataFrameColumn+GetBufferLengthAtIndex">
<TypeSignature Language="C#" Value="protected delegate int DataFrameColumn.GetBufferLengthAtIndex(int bufferIndex);" />
<TypeSignature Language="ILAsm" Value=".class nested protected auto ansi sealed DataFrameColumn/GetBufferLengthAtIndex extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Data.Analysis.DataFrameColumn.GetBufferLengthAtIndex" />
<TypeSignature Language="VB.NET" Value="Protected Delegate Function DataFrameColumn.GetBufferLengthAtIndex(bufferIndex As Integer) As Integer " />
<AssemblyInfo>
<AssemblyName>Microsoft.Data.Analysis</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="bufferIndex" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<param name="bufferIndex">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<Type Name="DataFrameColumn+GetBufferSortIndex" FullName="Microsoft.Data.Analysis.DataFrameColumn+GetBufferSortIndex">
<TypeSignature Language="C#" Value="protected delegate long DataFrameColumn.GetBufferSortIndex(int bufferIndex, int sortIndex);" />
<TypeSignature Language="ILAsm" Value=".class nested protected auto ansi sealed DataFrameColumn/GetBufferSortIndex extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Data.Analysis.DataFrameColumn.GetBufferSortIndex" />
<TypeSignature Language="VB.NET" Value="Protected Delegate Function DataFrameColumn.GetBufferSortIndex(bufferIndex As Integer, sortIndex As Integer) As Long " />
<AssemblyInfo>
<AssemblyName>Microsoft.Data.Analysis</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="bufferIndex" Type="System.Int32" />
<Parameter Name="sortIndex" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<param name="bufferIndex">To be added.</param>
<param name="sortIndex">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Type Name="DataFrameColumn+GetValueAndBufferSortIndexAtBuffer&lt;T&gt;" FullName="Microsoft.Data.Analysis.DataFrameColumn+GetValueAndBufferSortIndexAtBuffer&lt;T&gt;">
<TypeSignature Language="C#" Value="protected delegate (T, int) DataFrameColumn.GetValueAndBufferSortIndexAtBuffer&lt;T&gt;(int bufferIndex, int valueIndex);" />
<TypeSignature Language="ILAsm" Value=".class nested protected auto ansi sealed DataFrameColumn/GetValueAndBufferSortIndexAtBuffer`1&lt;T&gt; extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Data.Analysis.DataFrameColumn.GetValueAndBufferSortIndexAtBuffer`1" />
<TypeSignature Language="VB.NET" Value="Protected Delegate Function DataFrameColumn.GetValueAndBufferSortIndexAtBuffer(Of T)(bufferIndex As Integer, valueIndex As Integer) As ValueTuple(Of T, Integer) " />
<AssemblyInfo>
<AssemblyName>Microsoft.Data.Analysis</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="bufferIndex" Type="System.Int32" />
<Parameter Name="valueIndex" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>System.ValueTuple&lt;T,System.Int32&gt;</ReturnType>
</ReturnValue>
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="bufferIndex">To be added.</param>
<param name="valueIndex">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>
Loading