Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions release-notes/3.0/3.0-known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ This document lists known issues for **.NET Core 3.0 GA and beyond releases** wh
</PropertyGroup>
```

- **Builds fail with `MSB3041` when a `.resx` file is in a subfolder [microsoft/msbuild#4695](https://github.com/microsoft/msbuild/issues/4695)**

MSBuild incorrectly constructs paths to `DependentUpon` source files related to `.resx` files that aren't at the project root. There is a workaround:

Explicitly set `DependentUpon` metadata for resource files ([example for Entity Framework migrations](https://github.com/aspnet/EntityFramework6/issues/1225#issuecomment-528571274)).

### Preview 5

- **Visual style in WinForms app not showing correctly when publishing with PublishReadyToRun=true**
Expand Down