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.

Some questions on compiling

See original GitHub issue

I have some questions:

  1. why this line is not under conditional directive ? I am trying to build this project for .NET framework 4.5, and I don’t have v2.0 installed. During compilation it give me an error about Attribute duplication.
  2. this line give an error Error CS0618: Warning as Error: System.AppDomain.CreateInstanceFromAndUnwrap(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: Use an overload that does not take an Evidence parameter’ (CS0618) (nunit.engine) in some other place it was placed under NET_4_0, but not here.
  3. Some more similar errors here

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
CharliePoolecommented, May 30, 2017

@rprouse maybe we should remove all the leftover conditionals since they cause confusion.

0reactions
ChrisMaddockcommented, Sep 1, 2020

Closing this issue. This isn’t a scenario we support at this point in time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

▷ Top Compiler Design Interview Questions & Answers in ...
Top 10 Frequently Asked Compiler Design Interview Questions. What is a compiler? What is compiler design? What tools are used for writing compilers...
Read more >
20 Compiler Interview Questions and Answers - CLIMB
1. What is a compiler? · 2. Can you explain what the front-end and back-end of a compiler are? · 3. What are...
Read more >
58 questions with answers in COMPILATION | Science topic
1. Select a compiler: Depending on the specific requirements of your application, you may need to use a particular compiler. Common choices for...
Read more >
Newest 'compiling' Questions
Suppose a program was written in two distinct languages, let them be language X and language Y, if their compilers generate the same...
Read more >
Some questions about compiling a model for inferentia
If so, here are some answers to your questions: Compiling has to be done on a CPU? Can I use accelerators such as...
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