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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Jump to file
Failed to load files.
Loading
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.

3,351 changes: 3,188 additions & 163 deletions dotnet/xml/FrameworksIndex/ml-dotnet-preview.xml

Large diffs are not rendered by default.

7,174 changes: 7,174 additions & 0 deletions dotnet/xml/FrameworksIndex/ml-dotnet.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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
Expand Down
294 changes: 245 additions & 49 deletions dotnet/xml/Microsoft.Data.Analysis/DataFrame.xml

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions dotnet/xml/Microsoft.Data.Analysis/DataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5842,7 +5842,7 @@
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="newName" Type="System.String" />
<Parameter Name="newName" Type="System.String" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="newName">The new name.</param>
Expand All @@ -5853,18 +5853,20 @@
</Docs>
</Member>
<Member MemberName="SetName">
<MemberSignature Language="C#" Value="public void SetName (string newName, Microsoft.Data.Analysis.DataFrame dataFrame);" />
<MemberSignature Language="C#" Value="public void SetName (string newName, Microsoft.Data.Analysis.DataFrame dataFrame);" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void SetName(string newName, class Microsoft.Data.Analysis.DataFrame dataFrame) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Data.Analysis.DataFrameColumn.SetName(System.String,Microsoft.Data.Analysis.DataFrame)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetName (newName As String, dataFrame As DataFrame)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetName (newName As String, dataFrame As DataFrame)" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
<MemberSignature Language="F#" Value="member this.SetName : string * Microsoft.Data.Analysis.DataFrame -&gt; unit" Usage="dataFrameColumn.SetName (newName, dataFrame)" />
<MemberSignature Language="C#" Value="public void SetName (string newName, Microsoft.Data.Analysis.DataFrame dataFrame = default);" FrameworkAlternate="ml-dotnet-2.0.0" />
<MemberSignature Language="VB.NET" Value="Public Sub SetName (newName As String, Optional dataFrame As DataFrame = Nothing)" FrameworkAlternate="ml-dotnet-2.0.0" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Data.Analysis</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-preview">
<AttributeName Language="C#">[System.Obsolete]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete&gt;]</AttributeName>
</Attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<ReturnType>Microsoft.Data.Analysis.DateTimeDataFrameColumn</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="name">The name of the column</param>
Expand Down Expand Up @@ -703,8 +703,8 @@
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="currentName" Type="System.String" />
<Parameter Name="newName" Type="System.String" />
<Parameter Name="currentName" Type="System.String" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
<Parameter Name="newName" Type="System.String" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="currentName">To be added.</param>
Expand All @@ -725,7 +725,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-preview">
<AttributeName Language="C#">[System.Obsolete]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete&gt;]</AttributeName>
</Attribute>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/xml/Microsoft.Data.Analysis/DataFrameRow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="columnName" Type="System.String" />
<Parameter Name="columnName" Type="System.String" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="columnName">The name of the column that corresponds to the return value</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.DateTime&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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;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/DecimalDataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Decimal&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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;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/DoubleDataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Double&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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;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/Int16DataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Int16&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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;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/Int32DataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Int32&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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;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/Int64DataFrameColumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,8 @@
<ReturnType>Microsoft.Data.Analysis.PrimitiveDataFrameColumn&lt;System.Int64&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-preview" />
<Parameter Name="length" Type="System.Int64" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-preview" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
Expand Down
Loading