fluent-nhibernate icon indicating copy to clipboard operation
fluent-nhibernate copied to clipboard

Add .NET 6/8 as target framework

Open SymbioticKilla opened this issue 1 year ago • 5 comments

Hi,

is it possible to add supported .NET version?

Thanks!

SymbioticKilla avatar Apr 19 '24 07:04 SymbioticKilla

To do exactly what?

hazzik avatar Apr 19 '24 07:04 hazzik

Sorry, my bad! It was little bit complicated as I thought: image I need to reference extra newest iesi.collections Because nhibernate uses wildcards and 4.0.4 is minimal version, which will be automatically taken. This version ist .NET Standard 1.6.

SymbioticKilla avatar Apr 19 '24 08:04 SymbioticKilla

Ok, now is Antlr3.Runtime the problem: I've found your issue to update to Antlr4: https://github.com/nhibernate/nhibernate-core/issues/3155

SymbioticKilla avatar Apr 19 '24 08:04 SymbioticKilla

Ok, now is Antlr3.Runtime the problem:

What is it that is the actual problem?

oskarb avatar Apr 19 '24 14:04 oskarb

It produces huge package lock with .NET Standard in it and security tools find false positives.

SymbioticKilla avatar Apr 19 '24 16:04 SymbioticKilla

Unfortunately, adding .NET 6/8 build would not solve the problem mentioned. I would probably add the builds later, but not for this exact reason.

hazzik avatar May 06 '24 11:05 hazzik