rajanadar / VaultSharp

A comprehensive cross-platform .NET Library for HashiCorp's Vault, a secret management tool
http://rajanadar.github.io/VaultSharp
Apache License 2.0
493 stars 134 forks source link

Will VaultSharp support .net8 as well? #356

Closed techieenthuziast closed 2 months ago

techieenthuziast commented 3 months ago

We intend to use VaultSharp for our .net6.0 apps, but in less than 3 months, we will be nearing End of Life for .net6 and will have to move to .net8.

I do not see that there is any support for .net8 yet, so that will impact my decision of whether or not to use this for my applicaiton.

Please let me know if there is any future plan for .net8 support too.

treyhendon commented 2 months ago

We successfully use VaultSharp with .NET 8 in multiple projects. (Microsoft is trying to maintain backwards compatibility in the .NET Core family so packages like this should "just work".)

That said, we're only using VaultSharp to retrieve dynamic database secrets currently, so I'm not sure if all areas of this library are compatible.

rajanadar commented 2 months ago

first-class .net 8.0 support will be in the release next week.