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

Commit6af2a89

Browse files
authored
update roslyn package to account for an API change (dotnet#5800)
1 parent9da2b33 commit6af2a89

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

‎NuGet.Config‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<addkey="api.nuget.org"value="https://api.nuget.org/v3/index.json" />
1818
<addkey="myget.org roslyn"value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
1919
<addkey="myget.org symreader-converter"value="https://dotnet.myget.org/F/symreader-converter/api/v3/index.json" />
20+
<addkey="myget.org roslyn-concord"value="https://myget.org/F/roslyn_concord/api/v3/index.json" />
2021
</packageSources>
2122

2223
</configuration>

‎RoslynPackageVersion.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.0-beta1-63119-03
1+
2.11.0-beta1-63418-03-8b75c84d

‎src/buildfromsource/FSharp.Compiler.Private/FSComp.fs‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4364,25 +4364,25 @@ type internal SR private() =
43644364
/// (Originally from ..\FSComp.txt:1445)
43654365
static membertastCantTakeAddressOfExpression()=(3237, GetStringFunc("tastCantTakeAddressOfExpression",",,,"))
43664366
/// Cannot call the extension member as it requires the value to be mutable or a byref type due to the extending type being used as a byref.
4367-
/// (Originally from ..\FSComp.txt:1443)
4367+
/// (Originally from ..\FSComp.txt:1446)
43684368
static membertcCannotCallExtensionMemberInrefToByref()=(3238, GetStringFunc("tcCannotCallExtensionMemberInrefToByref",",,,"))
43694369
/// Byref types are not allowed to have optional type extensions.
4370-
/// (Originally from ..\FSComp.txt:1444)
4370+
/// (Originally from ..\FSComp.txt:1447)
43714371
static membertcByrefsMayNotHaveTypeExtensions()=(3239, GetStringFunc("tcByrefsMayNotHaveTypeExtensions",",,,"))
43724372
/// Cannot call the byref extension method '%s. The first parameter requires the value to be mutable or a non-readonly byref type.
4373-
/// (Originally from ..\FSComp.txt:1445)
4373+
/// (Originally from ..\FSComp.txt:1448)
43744374
static membertcCannotCallExtensionMethodInrefToByref(a0:System.String)=(3240, GetStringFunc("tcCannotCallExtensionMethodInrefToByref",",,,%s,,,") a0)
43754375
/// Cannot partially apply the extension method '%s' because the first parameter is a byref type.
4376-
/// (Originally from ..\FSComp.txt:1446)
4376+
/// (Originally from ..\FSComp.txt:1449)
43774377
static membertcCannotPartiallyApplyExtensionMethodForByref(a0:System.String)=(3241, GetStringFunc("tcCannotPartiallyApplyExtensionMethodForByref",",,,%s,,,") a0)
43784378
/// This type does not inherit Attribute, it will not work correctly with other .NET languages.
4379-
/// (Originally from ..\FSComp.txt:1447)
4379+
/// (Originally from ..\FSComp.txt:1450)
43804380
static membertcTypeDoesNotInheritAttribute()=(3242, GetStringFunc("tcTypeDoesNotInheritAttribute",",,,"))
43814381
/// The parameter '%s' has an invalid type '%s'. This is not permitted by the rules of Common IL.
4382-
/// (Originally from ..\FSComp.txt:1448)
4382+
/// (Originally from ..\FSComp.txt:1451)
43834383
static memberchkInvalidFunctionParameterType(a0:System.String,a1:System.String)=(3300, GetStringFunc("chkInvalidFunctionParameterType",",,,%s,,,%s,,,") a0 a1)
43844384
/// The function or method has an invalid return type '%s'. This is not permitted by the rules of Common IL.
4385-
/// (Originally from ..\FSComp.txt:1449)
4385+
/// (Originally from ..\FSComp.txt:1452)
43864386
static memberchkInvalidFunctionReturnType(a0:System.String)=(3301, GetStringFunc("chkInvalidFunctionReturnType",",,,%s,,,") a0)
43874387

43884388
/// Call this method once to validate that all known resources are valid; throws if not

‎vsintegration/src/FSharp.Editor/Navigation/NavigateToSearchService.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ type internal FSharpNavigateToSearchService
245245
|_-> NavigateToMatchKind.Regular
246246

247247
interface INavigateToSearchService_RemoveInterfaceAboveAndRenameThisAfterInternalsVisibleToUsersUpdatewith
248-
member__.SearchProjectAsync(project,searchPattern,kinds,cancellationToken):Task<ImmutableArray<INavigateToSearchResult>>=
248+
member__.SearchProjectAsync(project,_priorityDocuments,searchPattern,kinds,cancellationToken):Task<ImmutableArray<INavigateToSearchResult>>=
249249
asyncMaybe{
250250
let!parsingOptions,_site,_options= projectInfoManager.TryGetOptionsForProject(project.Id)
251251
let!items=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp