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

added double and decimal argument binders #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Excalib88
Copy link

ps Maybe, I should delete usings(I will delete it if you say), but I use f*cking Rider. Unfortunely, Rider don't fully support .NET 6 and C# 10

Copy link
Member

@k0dep k0dep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add new binders to StartupExtensions.cs after general registraions of binders.

@@ -1,4 +1,9 @@
using System.Reflection;
using System;
using System.Collections.Generic;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it here?
I don't see any requirements for this from code

@wellon
Copy link
Contributor

wellon commented Jan 4, 2022

ps Maybe, I should delete usings(I will delete it if you say), but I use f*cking Rider. Unfortunely, Rider don't fully support .NET 6 and C# 10

Rider already supports .NET 6 and C#10, update to the latest version.
p.s. Profanity is unnecessary here.

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.

None yet

3 participants