Skip to content

Commit

Permalink
Merge pull request #205 from OmniSharp/cleanup-warnings
Browse files Browse the repository at this point in the history
Set warningsAsErrors to true and fixed warnings
  • Loading branch information
nosami committed Jul 3, 2015
2 parents 853643d + bac175c commit b2c4d24
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/OmniSharp.Stdio/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 web server for stdio",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-beta4",
"Microsoft.AspNet.Http.Interfaces": "1.0.0-beta4",
Expand Down
3 changes: 3 additions & 0 deletions src/OmniSharp/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"OmniSharp.Stdio": "1.0.0-*",
"Kestrel": "1.0.0-beta4",
Expand Down
3 changes: 3 additions & 0 deletions tests/OmniSharp.Stdio.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"OmniSharp.Stdio": "1.0.0-*",
"xunit": "2.1.0-beta2-build2977",
Expand Down
1 change: 0 additions & 1 deletion tests/OmniSharp.Tests/BufferManagerFacts.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.Models;
using Xunit;

Expand Down
3 changes: 3 additions & 0 deletions tests/OmniSharp.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"OmniSharp": "1.0.0-*",
"xunit": "2.1.0-beta2-build2977",
Expand Down

0 comments on commit b2c4d24

Please sign in to comment.