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.

10.0.0 changes make it impossible to call GeneratePublicApi with just an assembly argument

See original GitHub issue
ApiGenerator.GeneratePublicApi(typeof(Foo).Assembly));

The call is ambiguous between the following methods or properties: ‘ApiGenerator.GeneratePublicApi(Assembly, ApiGeneratorOptions?)’ and ‘ApiGenerator.GeneratePublicApi(Assembly, Type[]?, bool, string[]?, string[]?)’

This worked in 9.x.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
danielmarbachcommented, Nov 14, 2019

Closing this as the PR was also closed

0reactions
adamralphcommented, Nov 13, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

PublicApiGenerator.Tool 11.0.0
This tool generates your public API to a file. You can use this in approval style tests or for documentation.
Read more >
C# 8 nullable reference type support · Issue #54
The problem is that the current code turns everything into a CodeDom and then writes that into a string writer. So in order...
Read more >
Could not load file or assembly 'Newtonsoft.Json, Version= ...
I solved this problem by adding Newtonsoft.Json to the NuGet of the startup project (even though it is not directly used in the...
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