-
Notifications
You must be signed in to change notification settings - Fork 251
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
Refresh connector samples (on main branch) #279
Conversation
f57ec0c
to
607126d
Compare
… template, targeting .NET 7: - CosmosDb - MongoDb - MySql - MySqlEFCore - OAuth - PostgreSql - PostgreSqlEFCore - RabbitMQ - Redis - SqlServerEFCore
607126d
to
7c0a015
Compare
This generally looks good to me. As discussed in the team call earlier today, if the samples in |
Locally they all work on .NET 6, except for the SQL Server sample. That's because it requires SteeltoeOSS/Steeltoe#1094, but the pre-release version number on SteeltoeDev feed is incorrect, so it picks the stable v3.2.2 instead. Update: The SQL Server issue was resolved by SteeltoeOSS/Steeltoe#1096. |
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.
LGTM
Updated connector samples, based on default MvcWebApplication project template, targeting
.NET 7.NET 6:Review notes:
wwwroot
. I just copied it from the default template, and there were/are no Steeltoe-specific customizations, as far as I'm aware.