This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a commit to branch ignite-22133-bak in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit ffe1dba7549023949c90e16ebf63ed6325e54982 Author: Pavel Tupitsyn <[email protected]> AuthorDate: Fri Jun 27 13:18:10 2025 +0300 Build fixed --- .../dotnet/Apache.Ignite.EntityFrameworkCore.Tests/.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/.editorconfig b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/.editorconfig index 3937bd3ecc4..73a875932d4 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/.editorconfig +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/.editorconfig @@ -41,6 +41,7 @@ dotnet_diagnostic.CA1305.severity = none # Specify IFormatProvider dotnet_diagnostic.CA1819.severity = none # Properties should not return arrays dotnet_diagnostic.CA1812.severity = none # Avoid uninstantiated internal classes dotnet_diagnostic.CA5394.severity = none # Use secure random +dotnet_diagnostic.CA2227.severity = none # Collection properties should be read only dotnet_diagnostic.NUnit2005.severity = none # Consider using the constraint model dotnet_diagnostic.NUnit2006.severity = none # Consider using the constraint model
