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

Transpile value types (int, double, bool, etc...) as nullable in C# #33

Open
JeroMiya opened this issue Jul 18, 2020 · 0 comments
Open

Comments

@JeroMiya
Copy link
Owner

All types are nullable in the current version of Dart (though in the future this will not be the case), but value types are not by default in C#. A number of syntax errors in the transpiler output are a result of this difference. For now, let's output all of these types as nullable by default until the analyzer can tell us whether or not any given instance is nullable or not:
https://dart.dev/null-safety

@JeroMiya JeroMiya added high priority High priority issue causing other unrelated failures. and removed high priority High priority issue causing other unrelated failures. labels Jul 18, 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

No branches or pull requests

1 participant