Commit b28afc5
Add Nullable enable to ImageBuilder projects for Docker build compatibility
ImageBuilder projects need explicit <Nullable>enable</Nullable> in their .csproj files because the Dockerfile builds from src/ context and won't see the root Directory.Build.props.
Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com>1 parent 844eb57 commit b28afc5
3 files changed
Lines changed: 3 additions & 0 deletions
File tree
- src
- ImageBuilder.Models
- ImageBuilder.Tests
- ImageBuilder
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments