TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
826 stars 55 forks source link

added Fluent Syntax for classes that are records #259

Closed francisgauthier1 closed 1 month ago

francisgauthier1 commented 2 months ago

Identifies if a class is a record if it has a methode named "$"

inspired from this post: stackoverflow

francisgauthier1 commented 1 month ago

I will fix the format in few minutes. thanks.

francisgauthier1 commented 1 month ago

code is now formatted using csharpier formatter

andreaslausen commented 2 weeks ago

Thank you. This is great. I need exactly this change for a test that verifies that value objects don't use entitites.

Will there be a new release containing this change in the near future?