tecAmoRaller

Results 14 comments of 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 ![image](https://github.com/beakona/AutoInterface/assets/163390970/e0b8875b-d2b1-4533-b2ba-ab8f6550c7ac) 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. ![image](https://github.com/beakona/AutoInterface/assets/163390970/7edbeef4-52a5-4931-91ff-e9d7e405bce9) 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 ![image](https://github.com/beakona/AutoInterface/assets/163390970/e16c55bb-2a62-485b-81db-3d06c1ac3282)

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 ![image](https://github.com/beakona/AutoInterface/assets/163390970/f710c377-7519-40ae-b147-1d68d8afaef6) 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. ![image](https://github.com/beakona/AutoInterface/assets/163390970/7c72f3de-d462-40c6-b22e-879cb8672965) 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.