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

Creating LanguageIntegratedAttribute #113

Closed Backup-eric645 closed 1 year ago

Backup-eric645 commented 5 years ago

I am creating something called LanguageIntegratedAttribute which allows on properties, fields, and methods.

The compiler has to check for properties, methods, and fields named Value with that attribute signed, in static classes.

After it is done, it has to assign values to these classes.

That will introduce direct use of global variables.

terrajobst commented 1 year ago

This repository does not accept feature requests or bug reports. To submit those, you need to go elsewhere: