Skip to content
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

Improved WithPerTenantAuthenticationConventions code to not throw #563

Conversation

SharePointRadi
Copy link
Contributor

This code is bugging me because it constantly throws exceptions, then swallows them. They are still registered in the runtime as exceptions.

Code should not throw and catch (yet alone swallow) when a simple if null check could save throwing.

This PR just improves the code in this place and removes unnecessary exceptions.

@SharePointRadi SharePointRadi deleted the radi/improve-withpertenantoptions branch June 28, 2022 12:05
@AndrewTriesToCode
Copy link
Contributor

Hi, thanks I appreciate yuppie help improving this. I know what you mean about the exceptions.

@AndrewTriesToCode AndrewTriesToCode merged commit a675684 into Finbuckle:main Jul 17, 2022
github-actions bot pushed a commit that referenced this pull request Jul 17, 2022
## [6.7.3](v6.7.2...v6.7.3) (2022-07-17)

### Bug Fixes

* drop .net 5.0 target ([#569](#569)) ([38fa9e1](38fa9e1))
* remove reliance on uncaught exceptions ([#563](#563)) ([a675684](a675684))

### Performance Improvements

* corrected various async/await code ([#557](#557)) ([fe7c01b](fe7c01b))
@AndrewTriesToCode
Copy link
Contributor

🎉 This PR is included in version 6.7.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants