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.

document main maintaining author and VS build requirements

See original GitHub issue

hi Roman @Nice3point ! Happy New Year to you! Thank you for the new release 2022.0.3.2! I notice that it requires me to install an updated .NET SDK 6.0: It reports error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0; Either target .NET 5.0 or lower, or use a version of the .NET SDK that supports .NET 6.0. I am installing the 6.0 SDK. Maybe this build requirement ought to be mentioned in the readme? In the past, I stuck with a very old version of VS and the SDK, bordering on obsolete, to make sure that absolutely everybody else was more up-to-date than me. Now, we are forcing developers to update their VS and .NET more promptly… I suggest documenting that.

I would also suggest adding you to the Authors section, since you are currently the main maintaining author, and I am doing next to nothing at all.

What do you think?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Nice3pointcommented, Jan 17, 2022

@chuongmep hi) you can use the features of SDK 6 (c# 10, minimal code, file-scoped namespaces, you can search about net 5 and net 6 features on Google ), but to develop the plugin TargetFramework must still be net48 version 🙃

https://github.com/Nice3point/RevitTemplates/blob/main/Templates/Nice3point.Revit.AddIn/Nice3point.Revit.AddIn.csproj#L7

https://forums.autodesk.com/t5/revit-api-forum/does-revit-target-net-standard/m-p/10814213#M60307

0reactions
jeremytammikcommented, Jul 18, 2022

no questions, please feel free to close it. thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Technical Documentation in Software Development: Types, ...
фAll software development products require technical documentation. This article describes tech documentation types, best practices, ...
Read more >
How to Write Good Documentation: Home
Best Practices for Documenting Your Project · Project or experiment name · Researcher name/initials · Date or date range of collection version.
Read more >
What is Software Documentation? Definition, Types and ...
The two main types of software documentation are internal and external. ... It includes requirements documentation, which describes how the software should ...
Read more >
CRAN Repository Policy
A CRAN package is not an appropriate way to distribute course notes, and authors will be asked to trim their documentation to a...
Read more >
How to Write Doc Comments for the Javadoc Tool
As much as possible, write doc comments as an implementation-independent API specification. Define clearly what is required and what is allowed to vary...
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