-
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
fix: remove caching in the user info endpoint in the backend #192
fix: remove caching in the user info endpoint in the backend #192
Conversation
Try to remove warnings before merging. |
warning has been removed by @SupraEQNR in his PR so merging without fix of warning. |
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.
You can leave the UserSecretsId in the project file. If you remove it, you will have to add all the secrets in secrets.json again next time you want to run it.
…this code to setup.
{ | ||
_msSqlContainer = new MsSqlBuilder() | ||
.WithImage( | ||
"mcr.microsoft.com/mssql/server:2022-latest" |
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 think, we can make this changes into API.yml
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.
fix: remove caching in the user info endpoint in the backend
#108