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

Add MatBlazorSwitchT implementations for nullable primitive types Resolves #365 #449

Merged

Conversation

fire-birdie
Copy link
Contributor

@fire-birdie fire-birdie commented Mar 7, 2020

Adds MatBlazorSwitchT<> implementations for the following types:

  • byte?
  • char?
  • double?
  • float?
  • int?
  • long?
  • sbyte?
  • short?
  • uint?
  • ulong?
  • ushort?

Resolves #365

@ghost
Copy link

ghost commented Mar 7, 2020

Congratulations 🍻. DeepCode analyzed your code in 0.361 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


☺️ If you want to provide feedback on our bot, here is how to contact us.

RedFolder pushed a commit to RedFolder/MatBlazor that referenced this pull request Mar 18, 2020
@RedFolder RedFolder mentioned this pull request Mar 18, 2020
@RedFolder
Copy link
Contributor

FYI, I made some recent improvements to MatDatePicker and NumericUpDownField and also needed what you did here for nullable int support. So I merged your changes with my PR #462.

@SamProf
Copy link
Owner

SamProf commented Mar 30, 2020

That's good!
I just have no time for that!
Thank you for your implementation!

@SamProf SamProf merged commit 675a79e into SamProf:master Mar 30, 2020
SamProf added a commit that referenced this pull request Mar 30, 2020
GioviQ added a commit to enkodellc/blazorboilerplate that referenced this pull request May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MatBlazorSwitchT - Missing some implementations for nullable types
3 participants