Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcfa2b95

Browse files
authored
[release/9.0.1xx] [docs] Update docs about build items and properties with changes in the docs-mobile repository. (#22987)
Ref:dotnet/docs-mobile@18a98c3Backport of#22986.
1 parentc07b2b7 commitcfa2b95

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

‎docs/building-apps/build-items.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,18 +204,17 @@ An item group that contains metal assets.
204204

205205
##MlaunchAdditionalArguments
206206

207-
An item group that contains extra arguments to the`mlaunch` tool, which is used to launch apps on device and in the simulator.
207+
An item group that contains extra arguments to the`mlaunch` tool, which is used to launch apps on device and in the simulator. The`mlaunch` tool is considered an internal tool, and behaviour may change at any time.
208208

209-
Note: this only applies when launching the app from the command line (`dotnet run` or`dotnet build -t:Run`, not when launching from the IDE).
210-
211-
Note: the`mlaunch` tool is considered an internal tool, and behaviour may change at any time.
209+
>[!NOTE]
210+
>This only applies when launching the app from the command line (`dotnet run` or`dotnet build -t:Run`), not when launching from the IDE.
212211
213212
##MlaunchEnvironmentVariables
214213

215-
An item group that contains environment variables that will be set when the app is launched, either on device or in the simulator
214+
An item group that contains environment variables that will be set when the app is launched, either on device or in the simulator.
216215

217-
Note: this only applies when launching the app from the command line (`dotnet
218-
run` or`dotnet build -t:Run`, not when launching from the IDE).
216+
>[!NOTE]
217+
>This only applies when launching the app from the command line (`dotnetrun` or`dotnet build -t:Run`), not when launching from the IDE.
219218
220219
##NativeReference
221220

‎docs/building-apps/build-properties.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ See [CreatePackage](#createpackage) for macOS and Mac Catalyst projects.
130130
This property determines whether resources are compiled before being embedded
131131
into library projects, or if the original (uncompiled) version is embedded.
132132

133-
Historically resources have been compiled before being embedded into library
133+
Historically, resources have been compiled before being embedded into library
134134
projects, but this requires having Xcode available, which has a few drawbacks:
135135

136136
* It slows down remote builds on Windows.
@@ -145,10 +145,10 @@ projects, but this requires having Xcode available, which has a few drawbacks:
145145
As such, we've added supported for embedding the original resources into
146146
libraries. This will be opt-in in .NET 9, but opt-out starting in .NET 10.
147147

148-
Defaultvalue:`false` in .NET 9,`true` in .NET 10+.
148+
The defaultvalue of this property`false` in .NET 9, and`true` in .NET 10+.
149149

150-
Note: please file an issue if you find that you need to disable this feature,
151-
as it's possiblewe'll removethe option to disable itat some point.
150+
>[!NOTE]
151+
>File an issue if you find that you need to disable this feature,as it's possiblethatthe option to disable itwill be removed in future.
152152
153153
##CodesignAllocate
154154

@@ -499,9 +499,7 @@ Valid values:
499499
*`abort`: Abort the process.
500500
*`disable`: Disable intercepting any managed exceptions. For MonoVM this is equivalent to`unwindnativecode`, for CoreCLR this is equivalent to`abort`.
501501

502-
For more information see the article about[Exception marshaling](https://learn.microsoft.com/dotnet/ios/advanced-concepts/exception-marshaling)
503-
504-
See also[MarshalObjectiveCExceptionMode](#marshalobjectivecexceptionmode)
502+
For more information, see[Exception marshaling](/dotnet/ios/advanced-concepts/exception-marshaling) and[MarshalObjectiveCExceptionMode](#marshalobjectivecexceptionmode).
505503

506504
##MarshalObjectiveCExceptionMode
507505

@@ -516,9 +514,7 @@ Valid values:
516514
*`abort`: Abort the process.
517515
*`disable`: Disable intercepting any Objective-C exceptions.
518516

519-
For more information see the article about[Exception marshaling](https://learn.microsoft.com/dotnet/ios/advanced-concepts/exception-marshaling)
520-
521-
See also[MarshalManagedExceptionMode](#marshalmanagedexceptionmode)
517+
For more information, see[Exception marshaling](/dotnet/ios/advanced-concepts/exception-marshaling) and[MarshalManagedExceptionMode](#marshalmanagedexceptionmode).
522518

523519
##MdimportPath
524520

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp