Does the .NET license provide distribution of derivative forms of this code?

I want to emulate the signatures of a .NET class (and possibly some of the main parts of the implementation) in a C ++ application. I plan to release the specified application under the Boost Software license. In particular, I would like to use the TimeSpan and DateTime interfaces, as well as some implementation that I found using the convenient Refondor dandy tool.

Can using code obtained through Reflector violate the terms of the .NET Framework license?

+3
source share
1 answer

BCL (mscorlib) . Shared Source, / .

ECMA 335 , BCL CLR, , . , mcs , BCL ( MIT, , .)

+2

Source: https://habr.com/ru/post/1751497/


All Articles