Source: https://davidzych.com/what-is-an-assembly-neutral-interface-and-why-do-we-need-it/
[AssemblyNeutral] public interface ILogger { void Log(string message); }
153200cookie-checkC# Assembly Neutral Interfaces
Source: https://davidzych.com/what-is-an-assembly-neutral-interface-and-why-do-we-need-it/
[AssemblyNeutral] public interface ILogger { void Log(string message); }