csharptest
5e48fef659
Adding silverlight testing framework and statlight test runner
13 years ago
csharptest
e08ae6f1f2
Fix for incorrect Target/Configuration
13 years ago
csharptest
4ebef33289
Renamed SILVERLIGHT2 compilation constant to SILVERLIGHT
13 years ago
csharptest
d444748edc
Several build related changes in this commit:
...
1. Refactoring of build to allow multiple target frameworks
2. Addition of multiple Silverlight versions
3. Renamed *_Silverlight2 configurations to *_Silverlight
4. Added batch files for each framework build (Build20, Build35, Build40)
5. Moved the package building into MSBuild tasks
6. BuildAll.bat now builds all packages in one build
7. Removed Generate*Package.bat batch files (replaced by BuildAll.bat)
8. Removed the ability to build with 3.5 MSBuild
9. Source is only generated with Release/2.0 build of ProtoGen
10. Removed unit testing proto files from packaging
11. Removed the remaining 'pause' statements from all batch files
12. RunBenchmarks target now builds with .NET 2.0 instead of 4.0
13. Benchmark arguments can now be specified with BenchmarkArgs parameter
14. ProtoBench now supports '/log:path' so console can still see progress
15. Updated PublishRelease.bat and *.nuspec for new build output
16. Updated ProtocolBuffers.Serialization.csproj to omit extensions for 2.0
17. Added NUnit console configurations for each .NET framework version
13 years ago
csharptest
2e89071876
Changed the resource loading in unit tests
13 years ago
csharptest
b5a7ed2411
Conditional extensions in serialization, Removed usages of extensions methods from unit tests
13 years ago
csharptest
4ad552692f
Moved all extension methods to a single class/file
13 years ago
csharptest
adfdc00891
merged issue-31
13 years ago
csharptest
97830e160a
Fix for incorrect 2010 solution
13 years ago
csharptest
bac32faf56
Added unit tests for Lite runtime services and serialization
13 years ago
csharptest
1f8a6220d4
Adding new proto files to solutions and removing unwanted '.user' file
13 years ago
csharptest
b09a4a7daf
Rebuild of descriptor.proto based on changes from 2.4.1
13 years ago
csharptest
08c84b9054
Unit test correction for types that were moved to different proto files
13 years ago
csharptest
af112a9f69
Adding the types that were removed from unittest.proto and unittest_lite.proto
13 years ago
csharptest
a4e7bf61d4
Case-insensitive name conflict with Enumopt and EnumOpt, renamed one of them
13 years ago
csharptest
041233adc6
Import of protoc 2.4.1 and associated proto changes
13 years ago
csharptest
a14aa642ab
Incorrect titles in NuGet packages
13 years ago
csharptest
57161d22de
merged issue-25 NuGet support
13 years ago
csharptest
e7774404be
Completed adding NuGet support
13 years ago
csharptest
b747985105
Changes from review
13 years ago
csharptest
b1f746fd71
merged issue-33 correction
13 years ago
csharptest
c96ed3bb5d
Added SortedList to the Lite framework project
13 years ago
csharptest
b868afac7c
Backed out changeset: 47878e59489c
13 years ago
csharptest
2bb466e497
Removed old version of nuspec file
13 years ago
csharptest
5062b28342
Added nuspec for full/lite versions and NuGet publishing commands
13 years ago
csharptest
ea4f254808
merged issue-32
13 years ago
csharptest
76a73945c2
merged fix for SortedList
13 years ago
csharptest
c06481373f
Added lite version of the serialization assembly
13 years ago
csharptest
8601fc98a4
Removed usages of SortedList`2 for Silverlight compatibility
13 years ago
csharptest
7f7a7547bb
rebase to tip
13 years ago
csharptest
247c75344e
merged issue-24
13 years ago
csharptest
06963f90c1
COmpleted.
13 years ago
csharptest
f67c83365f
Added comments for private fields
...
Renamed StartMessage(name) to WriteMessageStart(name) on XmlFormatWriter as this
was intended to be an overload that did not get renamed.
13 years ago
csharptest
fa8fa92499
Added missing calls to ReadMessageEnd and writer.Flush.
...
Added unit tests for mime-type services extension.
13 years ago
csharptest
4b75bbe45f
Fix for incorrect handling of Whitespace after an array open in XmlFormatReader
13 years ago
csharptest
353b0fad90
Changes from code review
13 years ago
csharptest
c4d1d9dfc9
reintegration with tip
13 years ago
csharptest
b6a1457211
merged issue-28
13 years ago
csharptest
8c2b8d11de
merged issue-22
13 years ago
csharptest
7f20cc9084
merged issue-29
13 years ago
csharptest
35e85d9bed
Fix complete
13 years ago
csharptest
17fb8f223e
Fix for public constructor on messages
13 years ago
csharptest
a314d4c9fa
Regenerated code with changes
13 years ago
csharptest
dc24b605e3
Generator changes to fix circular reference issues in static ctor
13 years ago
csharptest
8bd88ea807
Added unit test to repro issue 28
13 years ago
csharptest
3b625064e8
One more test to ensure DefaultInstance is read-only
13 years ago
csharptest
22efa1a8e8
Added a Notepad++ user-defined language syntax for protobuffer files
13 years ago
csharptest
e0e128bb9a
Added comments to service interfaces, added IDisposable to service stub since it's generated
13 years ago
csharptest
945ea76eaa
merge issue-20
13 years ago
csharptest
aeb30d8351
changes from review
13 years ago