You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -185,7 +185,21 @@ public int Provider(IntPtr content, int max_length, IntPtr data)
185
185
/// <param name="hintpath">The hintpath is used to determine what git filters should be applied to the object before it can be placed to the object database.</param>
186
186
/// <param name="numberOfBytesToConsume">The number of bytes to consume from the stream.</param>
187
187
/// <returns>The created <see cref="Blob"/>.</returns>
188
+
[Obsolete("This method will be removed in the next release. Please use CreateBlob(Stream stream, long) instead.")]
/// Inserts a <see cref="Blob"/> into the object database, created from the content of a stream.
196
+
/// <para>Optionally, git filters will be applied to the content before storing it.</para>
197
+
/// </summary>
198
+
/// <param name="stream">The stream from which will be read the content of the blob to be created.</param>
199
+
/// <param name="hintpath">The hintpath is used to determine what git filters should be applied to the object before it can be placed to the object database.</param>
200
+
/// <param name="numberOfBytesToConsume">The number of bytes to consume from the stream.</param>
201
+
/// <returns>The created <see cref="Blob"/>.</returns>
0 commit comments