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

implicit operator desteği eklendi. #67

Merged
merged 2 commits into from
Oct 26, 2022
Merged

Conversation

mzuvin
Copy link
Contributor

@mzuvin mzuvin commented Oct 25, 2022

Sürekli .Value= değer yazmaktan kurtarırır. new ile class ı oluşturmak zorunda kalmazsınız.

koddaki değişikliği regex ile yazdım. faydalanmak isteyen olursa diye de buraya yazıyorum. Regex ile eklenmeyen verileri elle düzelttim ama çoğu işi regex yaptı.

(public partial class ([A-Za-z]+).:.+\n+.+\{)\n+.+
$1\n\t\tpublic static implicit operator $2(string val)\n\t\t{\n\t\t\treturn new $2\n\t\t\t{\n\t\t\t\tValue = val\n\t\t\t};\n\t\t}\n\t}

@hkutluay hkutluay merged commit 55a21cd into hkutluay:master Oct 26, 2022
@hkutluay
Copy link
Owner

@mzuvin katkınız için teşekkürler . bir sonraki release ile nuget'e de gönderilecek

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.

2 participants