.NET 4.7 was originally released by Microsoft in June of 2017. It is a followup to .NET-4.6 and was included in the Windows 10 Creators Update.
Questions tagged [.net-4.7]
109 questions
-1
votes
0 answers
Deploy .NET 4.7 Application with Azure DevOps
I'm trying to deploy a .NET 4.7 application with Azure DevOps. I pushed the project with Sourcetree and merged these on Azure. Then I've created a pipeline with Azure Repos Git and got a YAML file with the following code:
# ASP.NET
# Build and test…

apload
- 9
- 5
-1
votes
1 answer
C# winforms .net 4.7 ram limits
In my project i take video frames one by one, compress them into 1x1 pixel and then get its color to store in a List. Problem is, if i take ~9,5 minute video, at 25 fps it only processes about 15-20% before it runs out of memory at 2gb used. But i…

Артем Налькин
- 39
- 5
-1
votes
1 answer
Skip MoveNext() when throwing an out of memory exception in IEnumerator
I'm using IEnumerator to get all the files under a path, this could be more than 30 million files. For a couple of million of files my code is working but at some point in while loop I'm getting an out of memory exception in MoveNext(). Is there a…

loki
- 31
- 6