ipfs-shipyard / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
35 stars 13 forks source link

Mark all deprecated Kubo APIs as [Obsolete] #33

Open Arlodotexe opened 5 months ago

Arlodotexe commented 5 months ago

To prevent these surprises in the future, we should do a pass and mark all deprecated APIs in Kubo with an [Obsolete] attribute in our codebase.

Originally posted by @Arlodotexe in https://github.com/ipfs-shipyard/net-ipfs-http-client/issues/32#issuecomment-1913682593