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
IMO we should move it to .net standard (it will help us with future .net core movement and re-use it in another project that are not Umbraco related) and rewrite the Umbraco extension for TryConvertTo. I saw implementation and lot of logic use internal (.net) mechanism, but just the model Attempt comes from Umbraco.
The text was updated successfully, but these errors were encountered:
aochmann
changed the title
Moving it to .net standard (1.2 because of .net framework 4.5.2)
Moving it to .net standard (1.2 because of .net framework 4.5.1)
Mar 5, 2020
I think it's a very good idea (removing dependency from Umbraco + being .net independent). The only thing which spotted my eye and made me conscious is if we should go that granular with the libraries 🤔
I mean "Configuration" for example vs. "Essentials" (or whatever else naming we can set there). It's good to have a division into domains/logical sets of features and functionalities, but ending up with 100 libraries with 1 class in each is not the desired destination I presume.
IMO we should move it to .net standard (it will help us with future .net core movement and re-use it in another project that are not Umbraco related) and rewrite the Umbraco extension for TryConvertTo. I saw implementation and lot of logic use internal (.net) mechanism, but just the model Attempt comes from Umbraco.
We can also look at:
Here Umbraco code base links:
Or we can find another way, not using TryConvert -> maybe some another library.
What do you think guys @trt @mzajkowski
The text was updated successfully, but these errors were encountered: