FodyCecil, Resolve() type Action got null when use dotnet build
See original GitHub issueGiven this code in my add-in
ModuleDefinition.ImportReference(typeof(Action)).Resolve().GetConstructors()
msbuild
build success
dotnet build
build failed
dotnet msbuild
build failed
clean before run another build
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Error while downgrading project from .net 5 to .net core 3.1
Authorization to 5.0.5 and then started getting the error "Value cannot be null. (Parameter 'configure')" in startup when configuring services.
Read more >Fody
After installing a weaver via NuGet, the PrivateAssets="all" is missing in the PackageReference node, which results in the weavers attribute assembly being ...
Read more >open_source_license_VMware_...
See the License for the specific language governing permissions and limitations under the License. The code in src/common/AssemblyResolution/Microsoft.DotNet.
Read more >Random Encoding on Tumblr
Fody is a .Net weaver library that allows you to modify your compiled assemblies at build-time. It gives you most of the power...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
import like this https://github.com/Fody/BasicFodyAddin/blob/master/BasicFodyAddin.Fody/ModuleWeaver.cs#L56
fixed here https://github.com/benzsuankularb/fody-cecil-issue/pull/1