Microsoft.Extensions.Logging not added to akka.net prohect when ussing == net462
Open
Nobody has claimed this yet.
bug
resolution
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
See https://github.com/akkadotnet/akka.net/issues/3288
A workaround:
- Add the following to
paket.dependencies
nuget Microsoft.Extensions.Logging 1.1.1
nuget Microsoft.Extensions.Logging.Abstractions 1.1.1
- Add the following to
app.config
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60"
culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60"
culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.1.1.0" />
</dependentAssembly>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked issue 3288, then inspect the paket.dependencies and app.config files described in the workaround for the net462 case. Done means Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions are included with the required binding redirects without manually applying the workaround.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100