-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Remove nullable disable from azure #309
Remove nullable disable from azure #309
Conversation
* Removed all Nullable disable from the azure providers * Removed IAzureBlobContainerClientOptions because it wasn't used just for declaration * Added convenience DI methods for Adding the cache or image provider. Leaving out the initialization was on purpose to not run that code on startup because it could throw an exception so the app won't start..
28be64d
to
11cc34c
Compare
Codecov Report
@@ Coverage Diff @@
## main #309 +/- ##
===================================
- Coverage 85% 85% -1%
===================================
Files 77 78 +1
Lines 2192 2199 +7
Branches 304 308 +4
===================================
- Hits 1879 1877 -2
- Misses 229 235 +6
- Partials 84 87 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
/// <summary> | ||
/// Extension methods for <see cref="IServiceCollection"/> to simplify middleware service registration. | ||
/// </summary> | ||
public static class SeviceCollectionExtensions |
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 don't think we need these extensions. I'd rather we kept the API consistent across all provider types.
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.
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.
The <
>
tags were not HTML encoded. Have updated them now thanks.
Prerequisites
Description