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

[automated] Merge branch 'release/7.0.1xx' => 'release/7.0.2xx' #28483

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
297 commits
Select commit Hold shift + click to select a range
1a29f9e
[wip] add some code to try to fix directory bug. Not sure how to use …
nagilson Aug 12, 2022
8d01c5b
Do the secure thing for temp files in fileutilities
nagilson Aug 17, 2022
d86cf02
Fix security bug in file based installer
nagilson Aug 17, 2022
f227ba9
Apply change to workloadmanifestupdater
nagilson Aug 17, 2022
cf0fc8d
Fix uint perm
nagilson Aug 17, 2022
2f11609
Ditch unix file mode
nagilson Aug 17, 2022
3bc1080
Fix silly bug with temp path.
nagilson Aug 17, 2022
cbc8f40
Override chown and chmod use to give user perm instead of sudo perm
nagilson Aug 17, 2022
237f5ad
Drop lock on file
nagilson Aug 18, 2022
1c888f3
Use my createtempfile function in toolcmd
nagilson Aug 18, 2022
d2cc1dd
make changes to lock file
nagilson Aug 19, 2022
59228ce
Fix bug with secure file moving
nagilson Aug 23, 2022
6e89626
Fix it runs with specified verbosity
nagilson Aug 23, 2022
754a199
Work around analyzer bug
dsplaisted Aug 22, 2022
d5aed40
Try using chown in other places where sudo might be used in a workloa…
nagilson Aug 25, 2022
72072e7
try not calling chown
nagilson Aug 26, 2022
2b24acb
Fix ugly things I did in toolpackageinstaller
nagilson Aug 26, 2022
759d991
Make output very verbose
nagilson Aug 29, 2022
d36dcfd
Code quality improvements to try to fix test
nagilson Aug 30, 2022
d333650
Create tempfile instead of just doing path combine.
nagilson Aug 30, 2022
e95bb26
SDK Manifest changes for MSRC
nagilson Aug 30, 2022
89f9e66
Fix directory paths to be correct
nagilson Aug 31, 2022
dc71c6f
Remove unneeded sudo directory code
nagilson Aug 31, 2022
95f089e
Clean up code in NETSDKManifestInstaller
nagilson Aug 31, 2022
0a2e0d3
Port daniel's reviewed changes into new code
nagilson Aug 31, 2022
9fba57b
Remove msbuild debug code
nagilson Sep 1, 2022
2caad24
Merge remote-tracking branch 'INTERNAL/internal/release/7.0.1xx' into…
nagilson Sep 2, 2022
c21d76e
Respond to daniel's PR feedback
nagilson Sep 6, 2022
f98a3be
Rename createtemppath
nagilson Sep 6, 2022
a2a1239
Move FileUtilities to PathUtilities in src/common, add consts
nagilson Sep 6, 2022
9410d2d
Apply Eric's requested changes, except checking the ret val on mkdir.
nagilson Sep 6, 2022
7987742
Add dotnet common localizable strings
nagilson Sep 6, 2022
e576388
Remove new localizablestrings because its a pain. Retry once on mkdir…
nagilson Sep 6, 2022
e5a4034
Remove dotnet localize strs
nagilson Sep 12, 2022
c61f7af
remove nullable directive as its suddenly mad about that
nagilson Sep 12, 2022
8da5a64
Merge manually, azdo did not merge with correct branch
nagilson Sep 12, 2022
e8876d8
Merged PR 25327: [vNext Changes] Fix Temp Paths
nagilson Sep 13, 2022
111ae73
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
2ee0850
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
5168e81
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
e59dcb9
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
a383ce8
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
bdc4f70
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
9cf72da
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
72bcfa3
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
cf06a8e
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
6d3cd89
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 13, 2022
7ba5e5e
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
1c431c7
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
fab64f2
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
39096d6
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
7c56cf0
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
5fe8d4b
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
8add07b
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
8d86262
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
7e87bbf
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
adc6f02
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
f8e05db
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
3380057
Merge in 'release/7.0.1xx' changes
dotnet-bot Sep 14, 2022
7bf83fd
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 15, 2022
1987082
Update dependencies from https://github.com/dotnet/fsharp build 20220…
dotnet-maestro[bot] Sep 15, 2022
0cd2746
Merge pull request #27910 from dotnet/darc-release/7.0.1xx-rc2-50ebf9…
v-wuzhai Sep 15, 2022
8a1c169
Merge pull request #27907 from dotnet/darc-release/7.0.1xx-rc2-8e7515…
v-wuzhai Sep 15, 2022
6426172
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 15, 2022
f6ae411
post action for applying permissions for nuget.config in the template
vlada-shubina Sep 15, 2022
f5f4583
Update dependencies from https://github.com/dotnet/msbuild build 2022…
dotnet-maestro[bot] Sep 15, 2022
9daeb36
Update dependencies from https://github.com/nuget/nuget.client build …
dotnet-maestro[bot] Sep 15, 2022
ad1cd45
Update dependencies from https://github.com/dotnet/fsharp build 20220…
dotnet-maestro[bot] Sep 15, 2022
a950c36
Add HelixAccessToken for internal build
JanKrivanek Sep 15, 2022
13a8527
Merge pull request #27931 from dotnet/darc-release/7.0.1xx-rc2-1cfd56…
marcpopMSFT Sep 15, 2022
d0f4686
Merge pull request #27921 from dotnet/darc-release/7.0.1xx-rc2-9b3fc6…
marcpopMSFT Sep 15, 2022
c3679f3
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 15, 2022
b30397b
Update dependencies from https://github.com/dotnet/msbuild build 2022…
dotnet-maestro[bot] Sep 15, 2022
4827161
Downgrade ubuntu image
JanKrivanek Sep 15, 2022
0477e38
Expand existing warning to target 5.0
marcpopMSFT Sep 15, 2022
51c286b
Merge pull request #27939 from dotnet/darc-release/7.0.1xx-rc2-97789b…
marcpopMSFT Sep 15, 2022
c7d38a7
Merge pull request #27937 from dotnet/darc-release/7.0.1xx-rc2-26cfa3…
marcpopMSFT Sep 15, 2022
2c5aa83
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 15, 2022
9464881
Update dependencies from https://github.com/dotnet/fsharp build 20220…
dotnet-maestro[bot] Sep 15, 2022
e803f2b
Merge pull request #27948 from dotnet/darc-release/7.0.1xx-rc2-53cfd3…
v-wuzhai Sep 16, 2022
c31907a
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 16, 2022
70e5ecf
Merged PR 25813: post action for applying permissions for nuget.confi…
vlada-shubina Sep 16, 2022
564870b
Update dependencies from https://github.com/dotnet/msbuild build 2022…
dotnet-maestro[bot] Sep 16, 2022
d894b3b
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 16, 2022
175193a
Update dependencies from https://github.com/nuget/nuget.client build …
dotnet-maestro[bot] Sep 16, 2022
b1816f5
Merge pull request #27967 from dotnet/darc-release/7.0.1xx-rc2-de91e8…
v-wuzhai Sep 19, 2022
7759429
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 19, 2022
43f51a1
Also check runtime identifiers in asserts
nagilson Sep 19, 2022
08675b9
Update dependencies from https://github.com/dotnet/runtime build 2022…
dotnet-maestro[bot] Sep 19, 2022
2e791e6
Merge pull request #27942 from dotnet/marcpopMSFT-warnonoostargeting
marcpopMSFT Sep 19, 2022
cecab27
Merge pull request #28012 from dotnet/darc-release/7.0.1xx-rc2-8e7119…
marcpopMSFT Sep 19, 2022
0798089
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 19, 2022
e2f6608
Merge pull request #28005 from nagilson/nagilson-implicit-rid-patch
nagilson Sep 19, 2022
b14a12a
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 19, 2022
f3a83ff
Update dependencies from https://github.com/dotnet/runtime build 2022…
dotnet-maestro[bot] Sep 20, 2022
52ed307
Merge pull request #28020 from dotnet/darc-release/7.0.1xx-rc2-00f3db…
v-wuzhai Sep 20, 2022
965fdd9
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 20, 2022
68e47e3
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 20, 2022
e7b880a
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 20, 2022
8db4879
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 20, 2022
b0d6f72
Update dependencies from https://github.com/dotnet/arcade build 20220…
dotnet-maestro[bot] Sep 20, 2022
59fa9ca
update NuGet version number to 6.4.0-preview.3.94
Sep 20, 2022
90f3d74
Update dependencies from https://github.com/dotnet/fsharp build 20220…
dotnet-maestro[bot] Sep 20, 2022
7666f77
Merged PR 26011: Insert nuget.client 6.4.0-preview.3.94 to dotnet sdk…
Sep 20, 2022
46d1c42
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Sep 20, 2022
f855b73
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 20, 2022
6694faa
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 20, 2022
002ccaf
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 20, 2022
450ea55
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 21, 2022
14e2173
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 21, 2022
8f425da
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 21, 2022
bfe586c
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 21, 2022
d09c597
Merge pull request #28051 from dotnet/darc-release/7.0.1xx-rc2-62f264…
v-wuzhai Sep 21, 2022
3a906f9
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 21, 2022
50f9bfe
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 21, 2022
9a9b3d1
[release/7.0.1xx-rc2] Update dependencies from microsoft/vstest (#28044)
nohwnd Sep 21, 2022
5dccbba
Merge pull request #28053 from dotnet/darc-release/7.0.1xx-rc2-bf4d7c…
v-wuzhai Sep 21, 2022
b32a90d
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 21, 2022
f946209
fixed nullable errors
vlada-shubina Sep 9, 2022
83603b6
Fix test to workaround CS8604 as .Empty doesn't appear to handle null…
marcpopMSFT Sep 13, 2022
6ef8e35
Manual bump to 6.0.8
TanayParikh Sep 15, 2022
52633b1
Create update-test-baselines.ps1
TanayParikh Sep 15, 2022
b971111
Update Assets baselines
v-wuzhai Sep 21, 2022
da00f12
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 21, 2022
f5bdaaa
Update dependencies from https://github.com/dotnet/razor-compiler bui…
dotnet-maestro[bot] Sep 21, 2022
01a2fb0
Update dependencies from https://github.com/dotnet/fsharp build 20220…
dotnet-maestro[bot] Sep 21, 2022
49d323f
Merge pull request #28082 from dotnet/darc-release/7.0.1xx-rc2-301e6f…
marcpopMSFT Sep 21, 2022
3b000b6
Merge pull request #28046 from dotnet/darc-release/7.0.1xx-rc2-c6c662…
marcpopMSFT Sep 21, 2022
7554fed
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 21, 2022
4f80caa
Merged PR 26024: [internal/release/7.0.1xx-rc2] Update dependencies f…
dotnet-bot Sep 21, 2022
581d0d9
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Sep 21, 2022
efaf588
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 21, 2022
a5f6fca
MSBuild on .NET 7: Downgrade compile-time references (#28090)
rainersigwald Sep 21, 2022
e566557
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 21, 2022
b833208
Merge pull request #28087 from dotnet/darc-release/7.0.1xx-rc2-5879da…
marcpopMSFT Sep 21, 2022
877fb92
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 21, 2022
65eb37a
Gate warnings for localization asset locales on TFM >= 7 (#28060)
baronfel Sep 21, 2022
eb68df4
[release/7.0.1xx-rc2] Update dependencies from dotnet/templating (#28…
dotnet-maestro[bot] Sep 21, 2022
cca7e23
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 21, 2022
8c7bec7
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 21, 2022
57829d9
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Sep 21, 2022
4407e86
Update dependencies from https://github.com/dotnet/fsharp build 20220…
dotnet-maestro[bot] Sep 22, 2022
80efe46
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 22, 2022
5f8fb0e
Merge pull request #28097 from dotnet/darc-release/7.0.1xx-rc2-0904c2…
dsplaisted Sep 22, 2022
f3f2fb4
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 22, 2022
855df7c
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 22, 2022
aeb8d99
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 22, 2022
95ed2ef
Merge pull request #28100 from dotnet/darc-release/7.0.1xx-rc2-0a1333…
v-wuzhai Sep 22, 2022
ca7646e
Merge branch 'release/7.0.1xx-rc2' of https://github.com/dotnet/sdk i…
v-wuzhai Sep 22, 2022
ca06763
Fix test issues
jaredpar Sep 22, 2022
50de3ad
Fixup
jaredpar Sep 22, 2022
f9178e0
Fix test assumptions about a single namespace in APICompat
ViktorHofer Sep 22, 2022
3051312
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 22, 2022
08f11c5
[release/7.0.1xx-rc2] Update dependencies from dotnet/runtime (#28056)
dotnet-maestro[bot] Sep 22, 2022
c998bd7
Merged PR 25954: [internal/release/7.0.1xx-rc2] Update dependencies f…
dotnet-bot Sep 22, 2022
1d58fa3
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 22, 2022
d1f92db
Update dependencies from https://github.com/dotnet/roslyn build 20220…
dotnet-maestro[bot] Sep 22, 2022
da953ed
Merged PR 26091: [internal/release/7.0.1xx-rc2] Update dependencies f…
dotnet-bot Sep 22, 2022
4960620
Merge pull request #28045 from dotnet/darc-release/7.0.1xx-rc2-652605…
marcpopMSFT Sep 22, 2022
7e371e0
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 22, 2022
5757c00
Fix Property Parsing in Publish (#28059)
nagilson Sep 22, 2022
d0e1389
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 22, 2022
f37556f
Update dependencies from https://github.com/dotnet/runtime build 2022…
dotnet-maestro[bot] Sep 23, 2022
e6c45b7
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 23, 2022
4ae4d4f
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Sep 23, 2022
7311a59
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Sep 23, 2022
d41dac7
Update dependencies from https://github.com/dotnet/fsharp build 20220…
dotnet-maestro[bot] Sep 23, 2022
94b4be6
Merge pull request #28120 from dotnet/darc-release/7.0.1xx-rc2-dc5289…
marcpopMSFT Sep 23, 2022
97b8315
Merge pull request #28124 from dotnet/darc-release/7.0.1xx-rc2-bdb2f6…
marcpopMSFT Sep 23, 2022
1b29803
Merge pull request #28122 from dotnet/darc-release/7.0.1xx-rc2-db4b9c…
marcpopMSFT Sep 23, 2022
d3ed9b6
Merge pull request #28137 from dotnet/darc-release/7.0.1xx-rc2-0686be…
marcpopMSFT Sep 23, 2022
b6d721a
Merge in 'release/7.0.1xx-rc2' changes
dotnet-bot Sep 23, 2022
b506314
Merged PR 26141: [internal/release/7.0.1xx-rc2] Update dependencies f…
dotnet-bot Sep 26, 2022
43c72ef
Set an assembly attribute so we can add an installer test to check fo…
marcpopMSFT Oct 7, 2022
155b2ae
Update dependencies from https://github.com/dotnet/roslyn build 20221…
dotnet-maestro[bot] Oct 7, 2022
ef9e688
Update dependencies from https://github.com/dotnet/format build 20221…
dotnet-maestro[bot] Oct 7, 2022
497c89a
Update dependencies from https://github.com/dotnet/command-line-api b…
dotnet-maestro[bot] Oct 7, 2022
39b57e7
Merge pull request #28407 from dotnet/darc-release/7.0.1xx-c2f74618-4…
nagilson Oct 10, 2022
331ffa5
Reference net7.0 version of msbuild for source-build
lbussell Oct 10, 2022
4b63008
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Oct 10, 2022
f9280d1
[release/7.0.1xx] backport APICompat changes for GA (#28404)
smasher164 Oct 10, 2022
af99d79
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Oct 10, 2022
11e4562
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Oct 10, 2022
047029f
Merge pull request #28431 from dotnet/darc-release/7.0.1xx-3fa2c7fe-e…
marcpopMSFT Oct 10, 2022
0550aba
update test baseline because argument rendering is no longer forced t…
baronfel Oct 10, 2022
1686518
Update dependencies from https://github.com/dotnet/roslyn build 20221…
dotnet-maestro[bot] Oct 10, 2022
b772796
Update dependencies from https://github.com/dotnet/fsharp build 20221…
dotnet-maestro[bot] Oct 11, 2022
abcc883
Merge pull request #28410 from dotnet/darc-release/7.0.1xx-3f349741-b…
v-wuzhai Oct 11, 2022
40c7ea3
Merge pull request #28409 from dotnet/darc-release/7.0.1xx-2602f8f1-d…
v-wuzhai Oct 11, 2022
cf08de7
Merge pull request #28427 from dotnet/darc-release/7.0.1xx-db4f8430-b…
v-wuzhai Oct 11, 2022
fce5c86
Merge pull request #28436 from dotnet/darc-release/7.0.1xx-e1532c4c-7…
v-wuzhai Oct 11, 2022
4ba736a
Merge pull request #28443 from dotnet/darc-release/7.0.1xx-f995fe29-5…
v-wuzhai Oct 11, 2022
70f9970
Update dependencies from https://github.com/dotnet/format build 20221…
dotnet-maestro[bot] Oct 11, 2022
4a95e32
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Oct 11, 2022
dbc7e87
Update based on PR feedback so the attribute more accurately matches …
marcpopMSFT Oct 11, 2022
318d40a
Merge pull request #28465 from dotnet/darc-release/7.0.1xx-f5646404-1…
nagilson Oct 11, 2022
fb16944
Merge remote-tracking branch 'primary/release/7.0.1xx' into HEAD
nagilson Oct 11, 2022
61028b7
Update dependencies from https://github.com/dotnet/roslyn build 20221…
dotnet-maestro[bot] Oct 11, 2022
04f3d95
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Oct 11, 2022
33c62bd
Merge pull request #28425 from lbussell/net7.0-msbuild
lbussell Oct 11, 2022
4515d57
Merge pull request #28400 from dotnet/marcpopMSFT-enabletelemetrytest
marcpopMSFT Oct 11, 2022
f54a8d0
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Oct 11, 2022
43dc2fc
Update dependencies from https://github.com/dotnet/format build 20221…
dotnet-maestro[bot] Oct 12, 2022
0b5b3cb
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Oct 12, 2022
eb4d8e1
Merge pull request #28480 from dotnet/darc-release/7.0.1xx-85e9d0aa-1…
v-wuzhai Oct 12, 2022
0e39c78
Update dependencies from https://github.com/dotnet/runtime build 2022…
dotnet-maestro[bot] Oct 12, 2022
58fe6ba
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Oct 12, 2022
02ed1cb
Update dependencies from https://github.com/dotnet/roslyn build 20221…
dotnet-maestro[bot] Oct 12, 2022
fa799d8
Merge pull request #28482 from dotnet/darc-release/7.0.1xx-7d71802c-9…
v-wuzhai Oct 12, 2022
15ae97e
Merge pull request #28493 from dotnet/darc-release/7.0.1xx-10d34bc4-a…
v-wuzhai Oct 12, 2022
7f0ad8a
Merge pull request #28490 from dotnet/darc-release/7.0.1xx-2ebeaa85-3…
v-wuzhai Oct 12, 2022
2f70f01
Merge pull request #28461 from dotnet/darc-release/7.0.1xx-ec76d71d-4…
nagilson Oct 12, 2022
e601918
Merge pull request #28487 from dotnet/darc-release/7.0.1xx-fa2464be-0…
v-wuzhai Oct 12, 2022
29b7c46
Update dependencies from https://github.com/dotnet/msbuild build 2022…
dotnet-maestro[bot] Oct 12, 2022
97ee68c
Update dependencies from https://github.com/dotnet/format build 20221…
dotnet-maestro[bot] Oct 12, 2022
6772efe
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Oct 12, 2022
2d9b844
Merge pull request #28497 from dotnet/darc-release/7.0.1xx-2d87235d-8…
nagilson Oct 12, 2022
4c1e081
Update dependencies from https://github.com/dotnet/fsharp build 20221…
dotnet-maestro[bot] Oct 12, 2022
ad8ef69
Update dependencies from https://github.com/dotnet/roslyn build 20221…
dotnet-maestro[bot] Oct 12, 2022
ac62cb1
Stablebranding (#28485)
marcpopMSFT Oct 12, 2022
d639dd5
Merge pull request #28477 from nagilson/nagilson-internal-tempfix-GA
marcpopMSFT Oct 12, 2022
ccd1de7
Merge pull request #28514 from dotnet/darc-release/7.0.1xx-65ed784f-e…
nagilson Oct 12, 2022
aeaf09d
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Oct 12, 2022
fa2d07c
Update dependencies from https://github.com/dotnet/runtime build 2022…
dotnet-maestro[bot] Oct 12, 2022
9ed22e7
Update dependencies from https://github.com/dotnet/format build 20221…
dotnet-maestro[bot] Oct 12, 2022
e296a04
Update dependencies from https://github.com/dotnet/runtime build 2022…
dotnet-maestro[bot] Oct 13, 2022
a300e33
Merge pull request #28508 from dotnet/darc-release/7.0.1xx-4b2aef8a-2…
nagilson Oct 13, 2022
c2610be
Merge pull request #28522 from dotnet/darc-release/7.0.1xx-aa6630dd-b…
v-wuzhai Oct 13, 2022
650ea33
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Oct 13, 2022
0796a16
Merge pull request #28528 from dotnet/darc-release/7.0.1xx-e39b627e-1…
v-wuzhai Oct 13, 2022
185aba9
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Oct 13, 2022
c7bf06e
Merge pull request #28523 from dotnet/darc-release/7.0.1xx-1f08ca8b-9…
v-wuzhai Oct 13, 2022
2348ff2
Merge pull request #28513 from dotnet/darc-release/7.0.1xx-abcc2455-4…
v-wuzhai Oct 13, 2022
8e0e9fa
Merge pull request #28529 from dotnet/darc-release/7.0.1xx-be404cfa-a…
v-wuzhai Oct 13, 2022
f3d4dca
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Oct 13, 2022
209073d
Update dependencies from https://github.com/dotnet/fsharp build 20221…
dotnet-maestro[bot] Oct 13, 2022
7ef3585
Merge remote-tracking branch 'primary/release/7.0.1xx' into HEAD
nagilson Oct 13, 2022
e738cad
Dont downgrade ubuntu
nagilson Oct 13, 2022
1ddb74c
Merge pull request #28534 from dotnet/darc-release/7.0.1xx-16882ad9-a…
marcpopMSFT Oct 13, 2022
b319710
Merge pull request #28544 from dotnet/darc-release/7.0.1xx-89ef6732-b…
marcpopMSFT Oct 13, 2022
76edff1
Merge remote-tracking branch 'primary/release/7.0.1xx' into nagilson-…
nagilson Oct 13, 2022
f7e4530
Update dependencies from https://github.com/nuget/nuget.client build …
dotnet-maestro[bot] Oct 13, 2022
44582f5
Trusted roots: 2022-09 CTL (#28541)
dtivel Oct 13, 2022
cf48680
Merge pull request #28548 from nagilson/nagilson-internal-msrc-mirror
nagilson Oct 13, 2022
7405d55
Merge pull request #28554 from dotnet/darc-release/7.0.1xx-6101b1ca-6…
marcpopMSFT Oct 13, 2022
272517c
Update dependencies from https://github.com/dotnet/windowsdesktop bui…
dotnet-maestro[bot] Oct 13, 2022
ac75e99
Update dependencies from https://github.com/dotnet/runtime build 2022…
dotnet-maestro[bot] Oct 14, 2022
29580dc
Merge pull request #28570 from dotnet/darc-release/7.0.1xx-fe4d1421-5…
v-wuzhai Oct 14, 2022
7620a35
Merge pull request #28565 from dotnet/darc-release/7.0.1xx-46240d5e-c…
v-wuzhai Oct 14, 2022
40d97cc
Merge branch 'release/7.0.1xx' into release/7.0.2xx
v-wuzhai Oct 14, 2022
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
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>d50065c4a4fe31a66a1cc2e1a31896d30464da13</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.4.0-preview.3.107">
<Dependency Name="NuGet.Build.Tasks" Version="6.4.0-rc.117">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>1a082949ae5b6da7ca2cce047396c53ae1afdde7</Sha>
<Sha>125f673fd1cdb3cc012f62aa3ce764d2460b89eb</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.4.0-release-20220926-01">
<Uri>https://github.com/microsoft/vstest</Uri>
Expand Down Expand Up @@ -246,13 +246,13 @@
<Sha>9a1c3e1b7f0c8763d4c96e593961a61a72679a7b</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0-preview1.22504.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0-preview1.22513.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>846a766f73caa82608db6fee9f2860004298449f</Sha>
<Sha>ea9fb45000311153bfc91690f306cca2b80e6b83</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.3.4-beta1.22504.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.3.4-beta1.22513.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>846a766f73caa82608db6fee9f2860004298449f</Sha>
<Sha>ea9fb45000311153bfc91690f306cca2b80e6b83</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22504.1">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
</PropertyGroup>
<!-- Production Dependencies -->
Expand Down Expand Up @@ -63,7 +63,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/nuget/nuget.client -->
<NuGetBuildTasksPackageVersion>6.4.0-preview.3.107</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.4.0-rc.117</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksConsolePackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksConsolePackageVersion>
<NuGetLocalizationPackageVersion>6.0.0-rc.278</NuGetLocalizationPackageVersion>
<NuGetBuildTasksPackPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksPackPackageVersion>
Expand Down Expand Up @@ -102,7 +102,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>7.0.0-preview1.22504.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>7.0.0-preview1.22513.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand All @@ -112,7 +112,7 @@
so target one that matches the version in minimumMSBuildVersion.

This avoids the need to juggle references to packages that have been updated in newer MSBuild. -->
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion')">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
<MicrosoftBuildLocalizationPackageVersion>17.5.0-preview-22513-03</MicrosoftBuildLocalizationPackageVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public static class DiagnosticIds
public const string CannotAddAttribute = "CP0016";
public const string CannotChangeParameterName = "CP0017";
public const string CannotAddSealedToInterfaceMember = "CP0018";
public const string CannotReduceVisibility = "CP0019";
public const string CannotExpandVisibility = "CP0020";

// Assembly loading ids
public const string AssemblyNotFound = "CP1001";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,10 @@
<data name="CannotAddSealedToInterfaceMember" xml:space="preserve">
<value>Cannot add sealed keyword to default interface member '{0}'.</value>
</data>
<data name="CannotExpandVisibility" xml:space="preserve">
<value>Visibility of '{0}' expanded from '{1}' to '{2}'.</value>
</data>
<data name="CannotReduceVisibility" xml:space="preserve">
<value>Visibility of '{0}' reduced from '{1}' to '{2}'.</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ private void AddDifference(IList<CompatDifference> differences, DifferenceType d
return;
}

if (!_settings.StrictMode && dt == DifferenceType.Added)
{
return;
}

CompatDifference difference = dt switch
{
DifferenceType.Changed => new CompatDifference(
Expand Down Expand Up @@ -167,10 +172,17 @@ private void ReportAttributeDifferences(ISymbol containing,

for (int i = 0; i < rightGroup.Attributes.Count; i++)
{
if (!rightGroup.Seen[i])
if (!rightGroup.Seen[i] && _settings.StrictMode)
{
// Attribute arguments exist on right but not left.
// Issue "changed" diagnostic.
// Left
// [Foo("a")]
// void F()
// Right
// [Foo("a")]
// [Foo("b")]
// void F()
// Issue "changed" diagnostic when in strict mode.
AddDifference(differences, DifferenceType.Changed, leftMetadata, rightMetadata, containing, itemRef, rightGroup.Attributes[i]);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.DotNet.ApiCompatibility.Abstractions;
using Microsoft.DotNet.ApiCompatibility.Extensions;

namespace Microsoft.DotNet.ApiCompatibility.Rules
{
Expand Down Expand Up @@ -50,6 +51,12 @@ private void RunOnMemberSymbol(ISymbol? left, ISymbol? right, ITypeSymbol leftCo

if (left.IsVirtual)
{
// Removing the virtual keyword from a member in a sealed type won't be a breaking change.
if (leftContainingType.IsEffectivelySealed(_settings.IncludeInternalSymbols))
{
return;
}

// If left is virtual and right is not, then emit a diagnostic
// specifying that the virtual modifier cannot be removed.
if (!right.IsVirtual)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System;
using System.Collections.Generic;
using System.Runtime;
using Microsoft.CodeAnalysis;
using Microsoft.DotNet.ApiCompatibility.Abstractions;
using Microsoft.DotNet.ApiCompatibility.Extensions;

namespace Microsoft.DotNet.ApiCompatibility.Rules
{
/// <summary>
/// This class implements a rule to check that the visibility of symbols is not reduced.
/// In strict mode, it also checks that the visibility isn't expanded.
/// </summary>
public class CannotChangeVisibility : IRule
{
private readonly RuleSettings _settings;

public CannotChangeVisibility(RuleSettings settings, IRuleRegistrationContext context)
{
_settings = settings;
context.RegisterOnMemberSymbolAction(RunOnMemberSymbol);
context.RegisterOnTypeSymbolAction(RunOnTypeSymbol);
}

private static Accessibility NormalizeInternals(Accessibility a) => a switch
{
Accessibility.ProtectedOrInternal => Accessibility.Protected,
Accessibility.ProtectedAndInternal or Accessibility.Internal => Accessibility.Private,
_ => a,
};

private int CompareAccessibility(Accessibility a, Accessibility b)
{
if (!_settings.IncludeInternalSymbols)
{
a = NormalizeInternals(a);
b = NormalizeInternals(b);
}

if (a == b)
{
return 0;
}

return (a, b) switch
{
(Accessibility.Public, _) => 1,
(_, Accessibility.Public) => -1,
(Accessibility.ProtectedOrInternal, _) => 1,
(_, Accessibility.ProtectedOrInternal) => -1,
(Accessibility.Protected or Accessibility.Internal, _) => 1,
(_, Accessibility.Protected or Accessibility.Internal) => -1,
(Accessibility.ProtectedAndInternal, _) => 1,
(_, Accessibility.ProtectedAndInternal) => -1,
_ => throw new NotImplementedException(),
};
}

private void RunOnSymbol(
ISymbol? left,
ISymbol? right,
MetadataInformation leftMetadata,
MetadataInformation rightMetadata,
IList<CompatDifference> differences)
{
// The MemberMustExist rule handles missing symbols and therefore this rule only runs when left and right is not null.
if (left is null || right is null)
{
return;
}

Accessibility leftAccess = left.DeclaredAccessibility;
Accessibility rightAccess = right.DeclaredAccessibility;
int accessComparison = CompareAccessibility(leftAccess, rightAccess);

if (accessComparison > 0)
{
differences.Add(new CompatDifference(leftMetadata,
rightMetadata,
DiagnosticIds.CannotReduceVisibility,
string.Format(Resources.CannotReduceVisibility, left, leftAccess, rightAccess),
DifferenceType.Changed,
left));
}
else if (_settings.StrictMode && accessComparison < 0)
{
differences.Add(new CompatDifference(leftMetadata,
rightMetadata,
DiagnosticIds.CannotExpandVisibility,
string.Format(Resources.CannotExpandVisibility, right, leftAccess, rightAccess),
DifferenceType.Changed,
right));
}
}

private void RunOnTypeSymbol(
ITypeSymbol? left,
ITypeSymbol? right,
MetadataInformation leftMetadata,
MetadataInformation rightMetadata,
IList<CompatDifference> differences) => RunOnSymbol(left, right, leftMetadata, rightMetadata, differences);

private void RunOnMemberSymbol(
ISymbol? left,
ISymbol? right,
ITypeSymbol leftContainingType,
ITypeSymbol rightContainingType,
MetadataInformation leftMetadata,
MetadataInformation rightMetadata,
IList<CompatDifference> differences) => RunOnSymbol(left, right, leftMetadata, rightMetadata, differences);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public IRule[] CreateRules(RuleSettings settings, IRuleRegistrationContext conte
new CannotRemoveBaseTypeOrInterface(settings, context),
new CannotSealType(settings, context),
new EnumsMustMatch(settings, context),
new MembersMustExist(settings, context)
new MembersMustExist(settings, context),
new CannotChangeVisibility(settings, context)
};

if (_enableRuleAttributesMustMatch)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<target state="translated">Název parametru u člena {0} se změnil z {1} na {2}.</target>
<note />
</trans-unit>
<trans-unit id="CannotExpandVisibility">
<source>Visibility of '{0}' expanded from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' expanded from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotReduceVisibility">
<source>Visibility of '{0}' reduced from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' reduced from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveAttribute">
<source>Cannot remove attribute '{0}' from '{1}'.</source>
<target state="translated">Atribut {0} nelze odebrat z {1}.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<target state="translated">Der Parametername des Members "{0}" wurde von "{1}" in "{2}" geändert.</target>
<note />
</trans-unit>
<trans-unit id="CannotExpandVisibility">
<source>Visibility of '{0}' expanded from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' expanded from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotReduceVisibility">
<source>Visibility of '{0}' reduced from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' reduced from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveAttribute">
<source>Cannot remove attribute '{0}' from '{1}'.</source>
<target state="translated">Das Attribut "{0}" kann nicht aus "{1}" entfernt werden.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<target state="translated">El nombre de parámetro del miembro '{0}' cambió de '{1}' a '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotExpandVisibility">
<source>Visibility of '{0}' expanded from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' expanded from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotReduceVisibility">
<source>Visibility of '{0}' reduced from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' reduced from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveAttribute">
<source>Cannot remove attribute '{0}' from '{1}'.</source>
<target state="translated">No se puede quitar el atributo '{0}' de '{1}'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<target state="translated">Le nom du paramètre sur le membre « {0} » est passé de « {1} » à « {2} ».</target>
<note />
</trans-unit>
<trans-unit id="CannotExpandVisibility">
<source>Visibility of '{0}' expanded from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' expanded from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotReduceVisibility">
<source>Visibility of '{0}' reduced from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' reduced from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveAttribute">
<source>Cannot remove attribute '{0}' from '{1}'.</source>
<target state="translated">Impossible de supprimer l’attribut « {0} » de « {1} ».</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<target state="translated">Il nome del parametro nel membro '{0}' è stato modificato da '{1}' a '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotExpandVisibility">
<source>Visibility of '{0}' expanded from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' expanded from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotReduceVisibility">
<source>Visibility of '{0}' reduced from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' reduced from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveAttribute">
<source>Cannot remove attribute '{0}' from '{1}'.</source>
<target state="translated">Non è possibile rimuovere l'attributo '{0}' da '{1}'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<target state="translated">メンバー '{0}' のパラメーター名が '{1}' から '{2}' に変更されました。</target>
<note />
</trans-unit>
<trans-unit id="CannotExpandVisibility">
<source>Visibility of '{0}' expanded from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' expanded from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotReduceVisibility">
<source>Visibility of '{0}' reduced from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' reduced from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveAttribute">
<source>Cannot remove attribute '{0}' from '{1}'.</source>
<target state="translated">属性 '{0}' を '{1}' から削除できません。</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<target state="translated">멤버 '{0}'의 매개 변수 이름이 '{1}'에서 '{2}'(으)로 변경되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotExpandVisibility">
<source>Visibility of '{0}' expanded from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' expanded from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotReduceVisibility">
<source>Visibility of '{0}' reduced from '{1}' to '{2}'.</source>
<target state="new">Visibility of '{0}' reduced from '{1}' to '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveAttribute">
<source>Cannot remove attribute '{0}' from '{1}'.</source>
<target state="translated">'{1}'에서 특성 '{0}'을(를) 제거할 수 없습니다.</target>
Expand Down
Loading