question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2 lines blocking from use in .NET 3.5

See original GitHub issue

Stuck 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:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
OlGimpycommented, Feb 25, 2021

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:

1reaction
OlGimpycommented, Feb 19, 2021

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found