You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of the CDP4 Web Services
I have searched open and closed issues to ensure it has not already been reported
Description
Nancy is not being maintained anymore. Since we need to move to .netcore 3.1 I propose we stop using Nancy and move to Carter. The following should be looked at:
replace nancy with carter
let sub projects target netstandard
update dependencies such as autofac etc. to be inline with netcore3.1
refactor use of config.json to appsettings to follow netcore standard practice
add CDP4/COMET specific headers
verify routing
refactor annex c3 export capability to take permission handling and obfuscation into account
expected errors (like unauthorized or notfound etc) should not be returned as a HttpStatusCode.InternalServerError (fix also in integration test suite)
Prerequisites
Description
Nancy is not being maintained anymore. Since we need to move to .netcore 3.1 I propose we stop using Nancy and move to Carter. The following should be looked at:
ICommandLogger
and remove setting from apssettings and conigurationsee also #261
NancyFx/Nancy#3010
Steps to Reproduce
NA
System Configuration
The text was updated successfully, but these errors were encountered: