Questions tagged [sgen]

The Microsoft XML Serializer Generator Tool - creates xml serialiser assembly from an existing assembly.

The Microsoft XML Serializer Generator Tool - creates xml serialiser assembly from an existing assembly.

https://learn.microsoft.com/en-us/dotnet/standard/serialization/xml-serializer-generator-tool-sgen-exe

92 questions
-1
votes
1 answer

Project won't build under custom configuration - SGEN error

Visual Studio 2013. I have a solution that builds under Release and Debug configurations (with all project configurations set appropriately to Release and Debug). I have added a custom configuration called "Staging" and set only the web app startup…
MarkB
  • 174
  • 14
-3
votes
1 answer

Check if a class is on classpath in IJavaProject

I got a IJavaProject and a class in fqnd: "com.example.urgs.ClassName". How do I figure out if it is in the Project? edit: String value = "com.example.xx.Generator"; IJavaProject ijp = JavaCore.create(this.getProject(parameterValue)); …
Hugo Boss
  • 11
  • 1
1 2 3 4 5 6
7