Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bf085ea
Microsoft.Extensions.Hosting
carlossanlop Jul 20, 2022
b47c1f0
Microsoft.Extensions.Logging.Console
carlossanlop Jul 20, 2022
b0af321
System.ComponentModel
carlossanlop Jul 20, 2022
4d2bfb4
System.Data.Common
carlossanlop Jul 20, 2022
33035c3
System.Formats.Tar
carlossanlop Jul 20, 2022
6b71e74
System.IO
carlossanlop Jul 20, 2022
139400c
System.IO.Compression
carlossanlop Jul 20, 2022
aef1cb4
System.Net.Security
carlossanlop Jul 20, 2022
807b21d
System.Numerics (and "System's Numerics")
carlossanlop Jul 20, 2022
ed48d6d
System.GC
carlossanlop Jul 20, 2022
4e30bff
System.Runtime
carlossanlop Jul 20, 2022
befa28d
System.Runtime.CompilerServices
carlossanlop Jul 20, 2022
112b9fe
System.Runtime.InteropServices
carlossanlop Jul 20, 2022
07e3a06
System.Security.Cryptography
carlossanlop Jul 20, 2022
623b264
System.Text.Json
carlossanlop Jul 20, 2022
e7f8151
Apply suggestions from code review
carlossanlop Jul 20, 2022
e896eb3
Add summary and remarks
gewarren Jul 20, 2022
30edd15
(Date|Time)OnlyConverter onstructor summaries provided by tarekgh.
carlossanlop Jul 21, 2022
d7954d4
Merge branch 'PortPrev6' of github.com:carlossanlop/dotnet-api-docs i…
carlossanlop Jul 21, 2022
d671207
suggestions by tarekgh
carlossanlop Jul 21, 2022
2c33066
Tar and IO suggestions by gewarren
carlossanlop Jul 21, 2022
4395bd5
Networking suggestions by gewarren
carlossanlop Jul 21, 2022
d8ab648
json suggestions by gewarren
carlossanlop Jul 21, 2022
d717c7c
component model suggestions by tarekgh
carlossanlop Jul 21, 2022
03de271
more json suggestions from gewarren
carlossanlop Jul 21, 2022
43ec01e
Apply suggestions from code review
carlossanlop Jul 21, 2022
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
Prev Previous commit
Next Next commit
System.Data.Common
  • Loading branch information
carlossanlop committed Jul 20, 2022
commit 4d2bfb4bfed5ea7cf1eafaf83aa9e72b6ef47f5e
6 changes: 3 additions & 3 deletions xml/System.Data.Common/DbDataSource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -267,8 +267,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.</summary>
<returns>A task that represents the asynchronous dispose operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down