Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed MissingMethodException for HostBuilderContext.get_HostingEnvironment() #599

Merged
merged 1 commit into from Jun 23, 2022

Conversation

snakefoot
Copy link
Contributor

Resolves #598

@snakefoot snakefoot added the bug label Jun 23, 2022
@snakefoot snakefoot added this to the 5.0.1 milestone Jun 23, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #599 (e171bbe) into master (ee17a8e) will increase coverage by 0.13%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #599      +/-   ##
==========================================
+ Coverage   79.94%   80.08%   +0.13%     
==========================================
  Files          18       18              
  Lines        1576     1577       +1     
  Branches      264      264              
==========================================
+ Hits         1260     1263       +3     
  Misses        191      191              
+ Partials      125      123       -2     
Impacted Files Coverage Δ
...tensions.Hosting/Extensions/ConfigureExtensions.cs 88.67% <100.00%> (+4.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee17a8e...e171bbe. Read the comment docs.

@snakefoot snakefoot merged commit 40028b8 into NLog:master Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MissingMethodException on .NET Framework 4.8
2 participants