forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit5c51d49
Fix all warnings, enable warning as error on all projects, other cleanup
commit 19c332f8666f38fc5de384e2d3dccd0781cf8090Author: latkin <latkin@microsoft.com>Date: Mon Dec 15 12:39:07 2014 -0800 Small fix to project filecommit bba830243fc9301438bde290982a6cec7bb74059Author: latkin <latkin@microsoft.com>Date: Mon Dec 15 11:12:20 2014 -0800 Add comment on new 'ignore' linescommit 696539894a4b42bba77daf2adce82c9d001cab96Merge:bf32157 cb61ba1Author: latkin <latkin@microsoft.com>Date: Mon Dec 15 10:38:47 2014 -0800 Merge branch 'no_warnings' ofhttps://git01.codeplex.com/forks/esada/fsharp into warncommit cb61ba1a48f6c68c449465356b6d02bdb11559d7Author: enricosada <enrico@sada.io>Date: Thu Nov 27 17:54:42 2014 +0100 ignore *.csproj.usercommit 4445d253be31ba617a5dd043f9da7bbe7a409044Author: enricosada <enrico@sada.io>Date: Thu Nov 27 09:43:03 2014 +0100 Deployment.sln set EnableOpenSource as default startup project ( without .suo file )commit 92752982632ece70756f2e9cd62cf5d2e3ae0230Author: enricosada <enrico@sada.io>Date: Wed Nov 26 17:16:09 2014 +0100 add vs tests inside solutioncommit eca91d6b9e2a7df546982e355f61ebf66a73704bAuthor: enricosada <enrico@sada.io>Date: Wed Nov 26 14:23:14 2014 +0100 add solution folder for templatescommit 6cd6aac5eaec0f9619552e50adb7de8728622d00Author: enricosada <enrico@sada.io>Date: Wed Nov 26 17:15:30 2014 +0100 reenable obsolete warning and fix warningscommit 3f068f5e68fe44a33a960600cc50eea68550a5a8Author: enricosada <enrico@sada.io>Date: Wed Nov 26 14:12:52 2014 +0100 reenabled warnings for xml doc and fix warningscommit 323ade800d535180bb4420ff2b3849d14c4235deAuthor: enricosada <enrico@sada.io>Date: Wed Nov 26 13:05:32 2014 +0100 suppress warning CS2008 ( no .cs file in project ) for template projectscommit a434bfa39fd7d58909c0ae78d750e1f5034cc2d3Author: enricosada <enrico@sada.io>Date: Tue Nov 25 19:26:27 2014 +0100 vs tests, unit tests platfom = x86commit 0a3f382c7c0d94ee36a7fa6d00d33e82a2408f82Author: enricosada <enrico@sada.io>Date: Tue Nov 25 18:04:17 2014 +0100 fix exec BuildTestTools.cmd from any working directorycommit a04a4674135fbefec8ac6ce63ff24ef6b67b4996Author: enricosada <enrico@sada.io>Date: Tue Nov 25 17:48:49 2014 +0100 add fail fast on BuildTestTools.cmdcommit 4d12a981c4c34a3b1332ee536c6cf1cf9b642e10Author: enricosada <enrico@sada.io>Date: Tue Nov 25 17:14:48 2014 +0100 removed unused reference to Microsoft.VisualStudio.CommonIDE, Version=9.0.0.0commit 218910678d09f4338d7a53e6b022d66de959b809Author: enricosada <enrico@sada.io>Date: Tue Nov 25 17:06:15 2014 +0100 fix use fsc NoWarn and OtherFlags only with fsharp projectscommit 1d95c427f62b530b24232d8af9f20af1e90816a9Author: enricosada <enrico@sada.io>Date: Tue Nov 25 12:33:57 2014 +0100 some fixcommit 2a0927f731e7ae3460bc6776737b1d45d4f22819Author: enricosada <enrico@sada.io>Date: Tue Nov 25 12:33:23 2014 +0100 dont lose call stack on rethrowcommit b0a7dd6697c5bb3af9d1cee62ca729d9796b70d6Author: enricosada <enrico@sada.io>Date: Tue Nov 25 12:32:55 2014 +0100 fix pure function called without assignment fix save with blank in pathcommit 0c039657a7bd252ab7f30494364e2e4b6d3ef7bdAuthor: enricosada <enrico@sada.io>Date: Tue Nov 25 12:32:09 2014 +0100 fix wrong param name for ArgumentExceptioncommit 06f73b3ac13a863e567d46f86f0ff9627188b7b3Author: enricosada <enrico@sada.io>Date: Tue Nov 25 12:01:52 2014 +0100 fix possible null refcommit 4c530286bdea65d98e6fd0f4a08d93783657d26bAuthor: enricosada <enrico@sada.io>Date: Tue Nov 25 12:01:27 2014 +0100 empty statementscommit 29cb31e174f54b0ce6f6b925585c902dc85df6e5Author: enricosada <enrico@sada.io>Date: Tue Nov 25 11:38:40 2014 +0100 fix warningscommit 926c9da8d46c0850ee0f3d67ced6ee31dc862042Author: enricosada <enrico@sada.io>Date: Tue Nov 25 11:13:06 2014 +0100 add visual studio sdk prereqcommit c97e00ebe43a08851aaa048981398273412b5c9aAuthor: enricosada <enrico@sada.io>Date: Wed Nov 19 16:17:19 2014 +0100 fix 'value is unused' warningscommit c602d91b7256f7311c8a795dd89cb1402a86c338Author: enricosada <enrico@sada.io>Date: Wed Nov 19 17:15:49 2014 +0100 enable treat warnings as errors on all projects1 parentbf32157 commit5c51d49
File tree
66 files changed
+379
-94
lines changed- src
- fsharp
- FSharp.Compiler
- FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Reflection
- FSharp.Core
- FSharp.LanguageService.Compiler
- Fsc
- fsiAnyCpu
- fsi
- tests
- vsintegration/src
- Templates
- ConsoleProjectTemplates
- ItemTemplates
- LibraryProjectTemplates
- NetCore259ProjectTemplates
- NetCore78ProjectTemplates
- NetCoreProjectTemplates
- PortableLibraryProjectTemplates
- SilverlightProjectTemplates
- TutorialProjectTemplates
- deployment
- EnableOpenSource
- VWDExpressDeployTemplates
- VsProDeployTemplates
- WDExpressDeployTemplates
- unittests
- vs/FsPkgs
- FSharp.Editor
- FSharp.LanguageService
- FSharp.LanguageService.Base
- Properties
- FSharp.Project
- Common.Source.CSharp/Project
- Automation
- FS
- FSharp.VS.FSI
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+379
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
402 | 405 | | |
403 | 406 | | |
404 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3950 | 3950 | | |
3951 | 3951 | | |
3952 | 3952 | | |
| 3953 | + | |
| 3954 | + | |
| 3955 | + | |
| 3956 | + | |
3953 | 3957 | | |
3954 | 3958 | | |
3955 | 3959 | | |
| |||
4076 | 4080 | | |
4077 | 4081 | | |
4078 | 4082 | | |
| 4083 | + | |
| 4084 | + | |
| 4085 | + | |
| 4086 | + | |
4079 | 4087 | | |
4080 | 4088 | | |
4081 | 4089 | | |
| |||
0 commit comments
Comments
(0)