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.

Invalid TrimEnd function usage in Microsoft.NET.TargetFrameworkInference.targets#L51

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nguerreracommented, Jan 8, 2018

Yes, it is by design. We want the part of the target framework before the first dot or digit.

0reactions
KirillOsenkovcommented, Dec 31, 2017

I’m going to close this as it’s most likely by design.

Read more comments on GitHub >

github_iconTop Results From Across the Web

String.TrimEnd Method (System)
The TrimEnd method removes from the current string all trailing white-space characters. The trim operation stops when the first non white-space character is ......
Read more >
NETSDK1045: The current .NET SDK does not support ...
NET SDK error NETSDK1045, which occurs when the build tools can't find the requested ... Either target 'older version' or lower, or use...
Read more >
Trimming and Removing Characters from Strings in .NET
The String.TrimEnd method removes characters from the end of a string, creating a new string object. An array of characters is passed to...
Read more >
Troubleshoot .NET Framework targeting errors
This article provides resolutions for MSBuild errors that might occur because of reference issues.
Read more >
Introduction to trim warnings - .NET
Adding RequiresUnreferencedCode will silence all trimming warnings in the given method, but will produce a warning whenever someone else calls ...
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