BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
GNU Lesser General Public License v3.0
148 stars 57 forks source link

CLSCompliant #128

Closed epsi1on closed 2 years ago

epsi1on commented 2 years ago

Make this projects as CSLCompliant, in order to be used by other .NET languages. These projects must be CSLCompliant:

BriefFiniteElementNet BriefFiniteElementNet.Common BriefFiniteElementNet.Solvers

more info on clscompliant: https://stackoverflow.com/questions/570452/what-is-the-clscompliant-attribute-in-net https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1014

epsi1on commented 2 years ago

added [CLSCompliant] attribute, it complies without any error!