Skip to content

Instantly share code, notes, and snippets.

@DinisCruz
Created June 19, 2012 05:37
Show Gist options
  • Select an option

  • Save DinisCruz/2952462 to your computer and use it in GitHub Desktop.

Select an option

Save DinisCruz/2952462 to your computer and use it in GitHub Desktop.
Roslyn NerdDinner compilation errors (on June 2012)
iCalResult.cs(34,33): error CS0115: 'NerdDinner.Controllers.iCalResult.WriteFile(System.Web.HttpResponseBase)': no suitable method found to override
iCalResult.cs(14,18): error CS0534: 'NerdDinner.Controllers.iCalResult' does not implement inherited abstract member 'System.Web.Mvc.FileResult.WriteFile(System.Web.HttpResponseBase)'
RSSResult.cs(33,33): error CS0115: 'NerdDinner.Controllers.RssResult.WriteFile(System.Web.HttpResponseBase)': no suitable method found to override
RSSResult.cs(12,18): error CS0534: 'NerdDinner.Controllers.RssResult' does not implement inherited abstract member 'System.Web.Mvc.FileResult.WriteFile(System.Web.HttpResponseBase)'
AccountController.cs(70,18): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
AccountController.cs(158,31): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
DinnersController.cs(39,73): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnersController.cs(53,47): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
DinnersController.cs(59,47): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
DinnersController.cs(108,42): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
DinnersController.cs(200,33): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnersController.cs(215,49): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnersController.cs(225,31): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
SearchController.cs(65,47): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
SearchController.cs(85,46): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
SearchController.cs(98,13): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
RSVPController.cs(62,52): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
RSVPController.cs(63,20): error CS0012: The type 'System.Web.Mvc.ActionResult' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
RSVPController.cs(115,20): error CS0012: The type 'System.Web.Mvc.ActionResult' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
ServicesController.cs(60,52): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
ServicesController.cs(61,17): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
ServicesController.cs(62,17): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
ServicesController.cs(67,35): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
ServicesController.cs(85,17): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
RSSResult.cs(29,34): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
Dinner.cs(27,45): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
DinnerRepository.cs(21,37): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnerRepository.cs(34,26): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnerRepository.cs(43,30): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnerRepository.cs(43,53): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnerRepository.cs(44,34): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnerRepository.cs(51,47): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
DinnerRepository.cs(89,26): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
Global.asax.cs(18,4): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
Global.asax.cs(20,4): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
Global.asax.cs(28,4): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
Global.asax.cs(34,4): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
Global.asax.cs(40,13): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
PhoneValidator.cs(8,97): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
TwitterConsumer.cs(26,111): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
TwitterConsumer.cs(36,128): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
GeolocationService.cs(26,43): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
GeolocationService.cs(31,28): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
GeolocationService.cs(54,29): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
OData.svc.cs(80,47): error CS8000: This language feature ('Expression Trees') is not yet implemented in Roslyn.
OpenSearch.ashx.cs(20,17): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
OpenSearch.ashx.cs(36,24): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
OpenSearch.ashx.cs(50,20): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
Default.aspx.cs(9,44): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
HandleErrorWithELMAHAttribute.cs(41,25): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
MobileCapableWebFormViewEngine.cs(14,36): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
MobileCapableWebFormViewEngine.cs(53,30): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
AuthController.cs(39,14): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
AuthController.cs(96,31): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
AuthController.cs(96,31): error CS1579: foreach statement cannot operate on variables of type '<Error>' because '<Error>' does not contain a public definition for 'GetEnumerator'
AuthController.cs(97,24): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
AuthController.cs(128,30): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
AuthController.cs(131,44): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
OpenIdRelyingPartyService.cs(74,44): error CS8000: This language feature ('object creation expression with initializer') is not yet implemented in Roslyn.
OpenIdRelyingPartyService.cs(85,11): error CS0012: The type 'System.Web.Mvc.ActionResult' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
OpenIdRelyingPartyService.cs(90,11): error CS0012: The type 'System.Web.Mvc.ActionResult' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
UrlHelperExtensions.cs(31,34): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
UrlHelperExtensions.cs(42,34): error CS8000: This language feature ('missing type') is not yet implemented in Roslyn.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment