-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pc 1122 investigation into c# and .net update #293
Pc 1122 investigation into c# and .net update #293
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you have a quick look into the (I think new with .NET 8) build warnings? i.e. whether they're something that we can easily deal with now?
@@ -7,6 +7,7 @@ services: | |||
- "5001:80" | |||
environment: | |||
ASPNETCORE_ENVIRONMENT: "Development" | |||
ASPNETCORE_HTTP_PORTS: "80" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming this all works fine running locally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this change yesterday after you suggested trying it locally, and it appears to work fine, including PDF generation.
Looks like the build warnings were simple replacements, but I'm testing the changes locally now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you look at the warning about lower-cased characters in that migration class name? I think we should be able to just rename the class (and maybe add a comment about why)
They don't seem to come up in the build... I'll have a look now quickly and see if I can find them |
They didn't show up in my IDE unless I went to file in question 😓 I found them using the github build warnings, and I've fixed it now. I renamed the file and class for the migrations and the data in my local db seems to be fine. Hope this is ok! |
I think we only needed to rename the class, but probably still fine, so let's leave it now. If you want reassurance: try |
Docker compose up seems to be ok? I think? |
Link to Jira ticket
Description
C# & .NET update changes with port number 8080 reverted to 80
Checklist