tecAmoRaller
tecAmoRaller
not work for me: error CS8623: Explicit application of 'System.Runtime.CompilerServices.NullableAttribute' is not allowed. ```csharp /// /// Represents a type used to perform logging. /// /// Aggregates most logging patterns to...
and i want generate proxy for NLog.ILogger. Source code decorated JetBrains.Annotations.StructuredMessageTemplate attribute. I do not use JetBrains.Annotations  i don`t understand, how we can handling unknown attributes.
Mabye we can generate **only** System.Diagnostics.CodeAnalysis namespace attributes? @beakona
Sorry, not work for me. incorrect return attribute for properties.  Please check pull request
@beakona https://learn.microsoft.com/ru-ru/dotnet/csharp/language-reference/language-specification/attributes Check **return** value. Maybe we want exclude **return** target for property 
Check net 6 - all it`s work. Not worked, if i use netstandard2.0 targeting, because types on System.Diagnostics.CodeAnalysis non-public(( and dotnet show cs8769 warning  if we want translate internal...
if you declare NotNullWhenAttribute in your library, and use AutoInterface in the same library, you don`t have problem. if **Test** implementation declared in console application, you have CS8769 warning. please,...
I can`t changed access modifier of NotNullWhenAttribute, because library is nuget package Serliog ((( Today you filtering only public attributes.  i think we can use public attributes AND "System.Diagnostics.CodeAnalysis"...
thanks, https://github.com/beakona/AutoInterface/releases/tag/v1.0.39-pre work for me.
@beakona please make release version.