I'm new to .Net core. I cannot find a list of versions for Net Core SDK. I read that there are three: 1.0.0 , 1.1.0 (current) and 2.0.0 (future)
I followed official documentation on how to work with net core in Visual Studio 2015, and get it working, but still I cannot understand versions.
In a library I have developed using net core, it says the version is '1.0.0-preview2-003131' Is it 1.0.0 ? 1.0.1? Is it officially released or just a preview?
Also, I have a unit tests project using Net Framework 4.6.2. to test my dll. Is it ok if I want to test classes developed under Net Core? Is it the right way?
Finally, I developed an ASP Net Core MVC web application, that uses my net core dll, it is using "netcoreapp1.0". They are working fine together, as expected. But how can I learn about compatibility between my net core dll and different net framework versions?
Thanks in advance
Comparison and compatibility
Also, I have a unit tests project using Net Framework 4.6.2. to test my dll. Is it ok if I want to test classes developed under Net Core? Is it the right way?
IMO sure its fine to unit test those classes using that framework. Would I do it this way? No. I would have my unit tests running under the same framework.
But how can I learn about compatibility between my net core dll and different net framework versions?
See the above GUIDE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With