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

Commitcfffaff

Browse files
authored
Reduce build warnings (#4959)
* Reduce build warnings* Typos
1 parent02ced05 commitcfffaff

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

‎FSharpBuild.Directory.Build.props‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<ToolsRoot>$(RepoRoot)Tools</ToolsRoot>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<ProtoOutputPath>$(RepoRoot)Proto\net40\bin</ProtoOutputPath>
14+
<ValueTupleImplicitPackageVersion>4.4.0</ValueTupleImplicitPackageVersion>
1415
</PropertyGroup>
1516

1617
<!-- nuget-->

‎vsintegration/src/FSharp.PatternMatcher/IObjectWritable.cs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
namespaceMicrosoft.CodeAnalysis
22
{
33
/// <summary>
4-
/// Objects that implement this interface know how to write their contents to an <see cref="ObjectWriter"/>,
5-
/// so they can be reconstructed later by an <see cref="ObjectReader"/>.
4+
/// Objects that implement this interface know how to write their contents to an <see cref="ObjectWriter"/>
65
/// </summary>
76
internalinterfaceIObjectWritable
87
{

‎vsintegration/src/FSharp.PatternMatcher/PatternMatchKind.cs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ internal enum PatternMatchKind
2929

3030
/// <summary>
3131
/// The pattern matches the candidate in a fuzzy manner. Fuzzy matching allows for
32-
/// a certain amount of misspellings, missing words, etc. See <see cref="SpellChecker"/> for
33-
/// more details.
32+
/// misspellings, missing words, etc.
3433
/// </summary>
3534
Fuzzy
3635
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp