You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add option to toggle unused declarations analyzer (dotnet#4074)
* Add option to toggle unused declarations analyzer
* Better name and handle registering code fixes.
This will ensure that if someone uses warnon:1182, we won't suggest
fixes if they've turned off the feature.
* Revert dotnet#1650 (and dotnet#3366) (dotnet#4173)
* Fix error logging in brace matching code (dotnet#4140)
* Remove error logger pushing code
* Update service.fs
* Fixdotnet#4200: Vsix: fix empty "New file" window for web projects (dotnet#4202)
* LOC CHECKIN | visualfsharp - master | 20180112 (dotnet#4194)
* Fixed FCS netcore tests (dotnet#4180)
* Remove ambiguous resolution error FS0332 (dotnet#4170)
* Add IsInteractive to parsing options for script load closures (dotnet#4169)
* Add IsInteractive to FSharpParsingOptions
* Add test
* Set serializable bit for all serializable types (dotnet#4211)
* Minor fix (dotnet#4195)
on string 58.
* Symbols API: add Index to active pattern case, Name to pattern group (dotnet#4222)
* Symbols API: add Index to active pattern case, Name to pattern group
* Symbols API: add active pattern case use tests
* don't rebuild (dotnet#4230)
* Optimize in FCS
* Transport tcConfig
* Cleanup
* Replace more ILAsm in Exprs
* More ILAsm replacements
* update resource name
* Added some tests
Copy file name to clipboardExpand all lines: TESTGUIDE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ For the FSharpQA suite, the list of test areas and their associated "tags" is st
55
55
56
56
tests\fsharpqa\source\test.lst // FSharpQA suite
57
57
58
-
Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags are specifie, all tests will be run.
58
+
Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags are specified, all tests will be run.
59
59
60
60
If you want to re-run a particular test area, the easiest way to do so is to set a temporary tag for that area in test.lst (e.g. "RERUN") and then pass that as an argument to `build.cmd`: `build.cmd test-net40-fsharpqa include RERUN`.
61
61
@@ -65,7 +65,7 @@ These are all NUnit tests. You can execute these tests individually via the Visu
65
65
extension or the command line via `nunit3-console.exe`.
66
66
67
67
Note that for compatibility reasons, the IDE unit tests should be run in a 32-bit process,
FieldNotContainedLiteralsDiffer,"The module contains the field\n %s \nbut its signature specifies\n %s \nThe 'literal' modifiers differ"
162
162
FieldNotContainedTypesDiffer,"The module contains the field\n %s \nbut its signature specifies\n %s \nThe types differ"
163
163
331,typrelCannotResolveImplicitGenericInstantiation,"The implicit instantiation of a generic construct at or near this point could not be resolved because it could resolve to multiple unrelated types, e.g. '%s' and '%s'. Consider using type annotations to resolve the ambiguity"
164
-
332,typrelCannotResolveAmbiguityInOverloadedOperator,"Could not resolve the ambiguity inherent in the use of the operator '%s' at or near this program point. Consider using type annotations to resolve the ambiguity."
165
164
333,typrelCannotResolveAmbiguityInPrintf,"Could not resolve the ambiguity inherent in the use of a 'printf'-style format string"
166
165
334,typrelCannotResolveAmbiguityInEnum,"Could not resolve the ambiguity in the use of a generic construct with an 'enum' constraint at or near this position"
167
166
335,typrelCannotResolveAmbiguityInDelegate,"Could not resolve the ambiguity in the use of a generic construct with a 'delegate' constraint at or near this position"
0 commit comments