microsoft / RulesEngine

A Json based Rules Engine with extensive Dynamic expression support
https://microsoft.github.io/RulesEngine/
MIT License
3.47k stars 528 forks source link

.Net8 #563

Open xuzeyu91 opened 6 months ago

xuzeyu91 commented 6 months ago

Use Net8 reported an error. May I ask if there is support Is there a plan for Net8

abbasc52 commented 5 months ago

@xuzeyu91 RulesEngine is currently exported as netstandard2.0 and net6.0 both of which is compatible with net8.0

But we are planning to add 8.0 targeted nuget as well

xuzeyu91 commented 5 months ago

When I use At Net 8, there will be an error message. I have checked the source code and only Net6

asulwer commented 5 days ago

this project is no longer being maintained but...my for is and it supports netstandard2.1 which is just fine with Net8. i have a demo project that is Net8, works fine. check out my fork, most of the current issues have been resolved