2 lines blocking from use in .NET 3.5
See original GitHub issueStuck on an old version of .NET and Unity is throwing an error for two lines in Array2D.cs – I’m not super great with code (artist brain!), so I don’t know how to rewrite these in a 3.5 friendly way. Is this something you could help me with?
17 public Vector2Int GridSize => gridSize;
and
45 public T this[int i] => row[i];
Thank you!
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Can't install/enable .NET 3.5 Framework
1. Open a command prompt with administrator user rights (Run as Administrator). 2. To Install .NET Framework 3.5 feature files from Windows ...
Read more >c# - .NET Framework 3.5 and TLS 1.2
I am having the same problem as the OP - old .net 3.5 code having to connect to an external service using tls...
Read more >Can't enable .net framework 3.5 through Powershell, help?
I have downloaded the latest Windows 10 ISO from Microsoft, however when I run it on Powershell using the command line "Dism /online...
Read more >How to Repair NET Framework on Windows 10/11 [Tutorial]
NET framework command line how to repair . ... NET framework 4.0 windows 11 repair net framework application repair net framework access ...
Read more >Enable .NET Framework 3.5 using Windows 10 ISO file
NET Framework 3.5 using Windows 10 ISO file. ... 18K views · 2 years ago ...more ... Blocking Issues The .NET Framework 4.7/4.8 ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Incredible. I will be implementing this as best I can this evening/weekend and will let you know how it goes! No worries at all about the syntax, just the price of working in one project for so many years D:
Oh dude, that’s amazing. If you have an idea for how it can be done… I was just going to fumble around copy and pasting more. Thank you so much! Do you have a tip jar somewhere?