sklementiev / mixins

Mixins implementation in C#
MIT License
13 stars 3 forks source link

Consider use of nameof() operator #5

Closed mnaoumov closed 8 years ago

mnaoumov commented 8 years ago

In places like that https://github.com/sklementiev/mixins/blob/develop/Mixins/NotifyStateChange.cs#L62

sklementiev commented 8 years ago

C# 6 only (

mnaoumov commented 8 years ago

Why is that bad? Compiled dll can be used in previous .NET and C# versions in particular