Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

how to enable roslyn auto-build in my vnext application

Checking a Variable Type For Code Analysis

Bug in compiler or misunderstanding? Or operator on shorts [duplicate]

How to get roslyn to compile when referenced assemblies have references to both mscorlib 2.0.5.0 and 4.0.0.0

c# .net roslyn

How do I retrieve all (and only) class variables?

c# roslyn

CodeDom provider can't be located after another application deployed

Using Shared Compilation with Roslyn in a self contained build environment?

roslyn

Roslyn - Get TypeInfo of type parameter in another TypeInfo

c# roslyn

What is the conversion parameter of Expression.Coalesce for?

c# clr roslyn expression-trees

Roslyn compiler server reports different hash version than build task

Assembly not found at runtime when running a Roslyn script

c# roslyn

Ambiguity in Roslyn's CompilationUnitSyntax.ReplaceNode

c# roslyn

How to check if a property is decorated with a custom attribute using Roslyn?

c# attributes roslyn

Using an AdHocWorkspace results in "The language 'C#' is not supported."

c# code-analysis roslyn

JsonMediaTypeFormatter formatting with k__backingfield

How to make csc.exe C# 6 aware

c# roslyn c#-6.0 csc

Roslyn Scripting API on .NET Core: why does compiler complain "error CS1501: no overload for WriteLine takes 2 arguments"?

c# .net roslyn .net-core

Compiler warning CS4014 not emitted during build

c# visual-studio roslyn

Adding /p:Platform="Any CPU" parameter forces the build in Debug configuration

Create Roslyn C# analyzer that is aware of constructor argument types for class in assembly

c# roslyn analyzer