microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.13k stars 1.27k forks source link

Where is the definition of "LOADER_APPLICATION_BASE" in AppDomainSetup.LoaderInformation? #116

Closed dwanboweb closed 1 year ago

dwanboweb commented 4 years ago

I try to build the miscrolib in .net 4.8,But It makes error .Please tell me where are they defined?Thank you. 123

KalleOlaviNiemitalo commented 4 years ago

I imagine Microsoft preprocesses this source code with some unpublished program, before compiling. There is preprocessable code in System.Data/fx/src/data/System/Data/ProviderBase/ as well (e.g. DbParameterHelper.cs), and perhaps an older version in System.Data/System/Data/ProviderBase/.

terrajobst commented 1 year ago

We generally make no effort to make the code in this repository buildable because it's just the subset of the .NET Framework code base that we license under MIT. This is another example of that.