How to bind byte[] property of MyOption from appsettings.json? #46572
-
Details see #36034 I find that main branch includes the codes but release\5.0 branch doesn't. So, when will it be available? .NET 5.1 or .NET 6? |
Beta Was this translation helpful? Give feedback.
Answered by
PathogenDavid
Jan 5, 2021
Replies: 1 comment
-
I don't believe there's been any indication that .NET 5.1 will be a thing. So you're probably looking at .NET 6 which I would not expect before November 2021.
As noted in the linked issue you can use a string property and do the base64 conversion yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LeaFrock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't believe there's been any indication that .NET 5.1 will be a thing. So you're probably looking at .NET 6 which I would not expect before November 2021.
As noted in the linked issue you can use a string property and do the base64 conversion yourself.