BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLSCompliant

epsi1on opened this issue · comments

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

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