Created
December 26, 2014 19:57
-
-
Save Geesu/4296f7d4c6c368d6986d to your computer and use it in GitHub Desktop.
make command for mono on OS X Yosemite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ mono git:(master) ✗ make | |
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Volumes/3TB_OSX/Users/Josh/Projects/mono/missing autoheader) | |
rm -f stamp-h1 | |
touch config.h.in | |
cd . && /bin/sh ./config.status config.h | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
Git submodules updated successfully | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in po | |
Making all in mcs | |
make[3]: Nothing to be done for `all-am'. | |
Making all in libgc | |
Making all in m4 | |
make[3]: Nothing to be done for `all'. | |
Making all in include | |
Making all in private | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in doc | |
make[3]: Nothing to be done for `all'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in eglib | |
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Volumes/3TB_OSX/Users/Josh/Projects/mono/missing autoheader) | |
rm -f stamp-h1 | |
touch config.h.in | |
cd . && /bin/sh ./config.status config.h | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in m4 | |
make[4]: Nothing to be done for `all'. | |
Making all in src | |
CC libeglib_la-garray.lo | |
CC libeglib_la-gbytearray.lo | |
CC libeglib_la-gerror.lo | |
CC libeglib_la-ghashtable.lo | |
CC libeglib_la-giconv.lo | |
CC libeglib_la-gmem.lo | |
CC libeglib_la-goutput.lo | |
goutput.c:135:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] | |
} | |
^ | |
1 warning generated. | |
CC libeglib_la-gqsort.lo | |
CC libeglib_la-gstr.lo | |
CC libeglib_la-gslist.lo | |
CC libeglib_la-gstring.lo | |
CC libeglib_la-gptrarray.lo | |
CC libeglib_la-glist.lo | |
CC libeglib_la-gqueue.lo | |
CC libeglib_la-gpath.lo | |
CC libeglib_la-gshell.lo | |
CC libeglib_la-gspawn.lo | |
CC libeglib_la-gfile.lo | |
CC libeglib_la-gfile-posix.lo | |
CC libeglib_la-gpattern.lo | |
CC libeglib_la-gmarkup.lo | |
CC libeglib_la-gutf8.lo | |
CC libeglib_la-gunicode.lo | |
CC libeglib_la-gdate-unix.lo | |
CC libeglib_la-gdir-unix.lo | |
CC libeglib_la-gfile-unix.lo | |
CC libeglib_la-gmisc-unix.lo | |
CC libeglib_la-gmodule-unix.lo | |
CC libeglib_la-gtimer-unix.lo | |
CCLD libeglib.la | |
CC libeglib_static_la-garray.lo | |
CC libeglib_static_la-gbytearray.lo | |
CC libeglib_static_la-gerror.lo | |
CC libeglib_static_la-ghashtable.lo | |
CC libeglib_static_la-giconv.lo | |
CC libeglib_static_la-gmem.lo | |
CC libeglib_static_la-goutput.lo | |
goutput.c:135:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] | |
} | |
^ | |
1 warning generated. | |
CC libeglib_static_la-gqsort.lo | |
CC libeglib_static_la-gstr.lo | |
CC libeglib_static_la-gslist.lo | |
CC libeglib_static_la-gstring.lo | |
CC libeglib_static_la-gptrarray.lo | |
CC libeglib_static_la-glist.lo | |
CC libeglib_static_la-gqueue.lo | |
CC libeglib_static_la-gpath.lo | |
CC libeglib_static_la-gshell.lo | |
CC libeglib_static_la-gspawn.lo | |
CC libeglib_static_la-gfile.lo | |
CC libeglib_static_la-gfile-posix.lo | |
CC libeglib_static_la-gpattern.lo | |
CC libeglib_static_la-gmarkup.lo | |
CC libeglib_static_la-gutf8.lo | |
CC libeglib_static_la-gunicode.lo | |
CC libeglib_static_la-gdate-unix.lo | |
CC libeglib_static_la-gdir-unix.lo | |
CC libeglib_static_la-gfile-unix.lo | |
CC libeglib_static_la-gmisc-unix.lo | |
CC libeglib_static_la-gmodule-unix.lo | |
CC libeglib_static_la-gtimer-unix.lo | |
CCLD libeglib-static.la | |
Making all in mono | |
Making all in arch | |
make[4]: Nothing to be done for `all-am'. | |
Making all in utils | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
CC mono-md5.lo | |
CC mono-sha1.lo | |
CC mono-logger.lo | |
CC mono-codeman.lo | |
CC mono-counters.lo | |
CC mono-dl.lo | |
CC mono-internal-hash.lo | |
CC mono-io-portability.lo | |
CC monobitset.lo | |
CC mono-filemap.lo | |
CC mono-mmap.lo | |
CC mono-mutex.lo | |
CC mono-networkinterfaces.lo | |
CC mono-proclib.lo | |
CC mono-publib.lo | |
CC mono-time.lo | |
CC strtod.lo | |
CC strenc.lo | |
CC mono-uri.lo | |
CC mono-path.lo | |
CC mono-semaphore.lo | |
CC mono-stdlib.lo | |
CC mono-property-hash.lo | |
CC mono-value-hash.lo | |
CC mono-error.lo | |
CC mach-support.lo | |
CC mono-context.lo | |
CC hazard-pointer.lo | |
CC lock-free-queue.lo | |
CC lock-free-alloc.lo | |
CC lock-free-array-queue.lo | |
CC mono-linked-list-set.lo | |
CC mono-threads.lo | |
CC mono-threads-posix.lo | |
CC mono-threads-mach.lo | |
CC mono-tls.lo | |
CC atomic.lo | |
CC mono-hwcap.lo | |
CC mono-conc-hashtable.lo | |
CC sha1.lo | |
CC mach-support-x86.lo | |
CC mono-hwcap-x86.lo | |
CCLD libmonoutils.la | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-stdlib.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-linux.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-freebsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-openbsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-android.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-stdlib.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-linux.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-freebsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-openbsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoutils.a(mono-threads-android.o) has no symbols | |
Making all in io-layer | |
CC collection.lo | |
CC context.lo | |
CC error.lo | |
CC events.lo | |
CC handles.lo | |
CC io.lo | |
CC io-portability.lo | |
CC locking.lo | |
CC messages.lo | |
CC misc.lo | |
CC mutexes.lo | |
CC posix.lo | |
CC processes.lo | |
CC security.lo | |
CC semaphores.lo | |
CC shared.lo | |
CC sockets.lo | |
CC system.lo | |
CC timefuncs.lo | |
CC versioninfo.lo | |
CC wait.lo | |
CC wapi_glob.lo | |
CC wthreads.lo | |
CCLD libwapi.la | |
Making all in cil | |
make[3]: Nothing to be done for `all'. | |
Making all in metadata | |
CC libmonoruntime_la-console-unix.lo | |
CC libmonoruntime_la-assembly.lo | |
CC libmonoruntime_la-attach.lo | |
CC libmonoruntime_la-class.lo | |
CC libmonoruntime_la-cominterop.lo | |
CC libmonoruntime_la-debug-helpers.lo | |
CC libmonoruntime_la-debug-mono-symfile.lo | |
CC libmonoruntime_la-decimal.lo | |
CC libmonoruntime_la-environment.lo | |
CC libmonoruntime_la-exception.lo | |
CC libmonoruntime_la-file-io.lo | |
CC libmonoruntime_la-filewatcher.lo | |
CC libmonoruntime_la-gc-memfuncs.lo | |
CC libmonoruntime_la-icall.lo | |
CC libmonoruntime_la-image.lo | |
CC libmonoruntime_la-jit-info.lo | |
CC libmonoruntime_la-loader.lo | |
CC libmonoruntime_la-locales.lo | |
CC libmonoruntime_la-lock-tracer.lo | |
CC libmonoruntime_la-marshal.lo | |
CC libmonoruntime_la-mempool.lo | |
CC libmonoruntime_la-metadata.lo | |
CC libmonoruntime_la-metadata-verify.lo | |
CC libmonoruntime_la-method-builder.lo | |
CC libmonoruntime_la-mono-basic-block.lo | |
CC libmonoruntime_la-mono-config.lo | |
CC libmonoruntime_la-mono-cq.lo | |
CC libmonoruntime_la-mono-debug.lo | |
CC libmonoruntime_la-mono-endian.lo | |
CC libmonoruntime_la-mono-mlist.lo | |
CC libmonoruntime_la-mono-perfcounters.lo | |
CC libmonoruntime_la-mono-wsq.lo | |
CC libmonoruntime_la-socket-io.lo | |
CC libmonoruntime_la-process.lo | |
CC libmonoruntime_la-profiler.lo | |
CC libmonoruntime_la-rand.lo | |
CC libmonoruntime_la-remoting.lo | |
CC libmonoruntime_la-runtime.lo | |
CC libmonoruntime_la-security.lo | |
CC libmonoruntime_la-security-core-clr.lo | |
CC libmonoruntime_la-security-manager.lo | |
CC libmonoruntime_la-string-icalls.lo | |
CC libmonoruntime_la-sysmath.lo | |
CC libmonoruntime_la-threads.lo | |
CC libmonoruntime_la-threadpool.lo | |
CC libmonoruntime_la-verify.lo | |
CC libmonoruntime_la-file-mmap-posix.lo | |
CC libmonoruntime_la-appdomain.lo | |
CC libmonoruntime_la-domain.lo | |
CC libmonoruntime_la-gc.lo | |
CC libmonoruntime_la-monitor.lo | |
CC libmonoruntime_la-mono-hash.lo | |
CC libmonoruntime_la-object.lo | |
CC libmonoruntime_la-reflection.lo | |
CC libmonoruntime_la-null-gc.lo | |
CC libmonoruntime_la-boehm-gc.lo | |
CCLD libmonoruntime.la | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-null-gc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime.a(libmonoruntime_la-null-gc.o) has no symbols | |
CC libmonoruntime_static_la-console-unix.lo | |
CC libmonoruntime_static_la-assembly.lo | |
CC libmonoruntime_static_la-attach.lo | |
CC libmonoruntime_static_la-class.lo | |
CC libmonoruntime_static_la-cominterop.lo | |
CC libmonoruntime_static_la-debug-helpers.lo | |
CC libmonoruntime_static_la-debug-mono-symfile.lo | |
CC libmonoruntime_static_la-decimal.lo | |
CC libmonoruntime_static_la-environment.lo | |
CC libmonoruntime_static_la-exception.lo | |
CC libmonoruntime_static_la-file-io.lo | |
CC libmonoruntime_static_la-filewatcher.lo | |
CC libmonoruntime_static_la-gc-memfuncs.lo | |
CC libmonoruntime_static_la-icall.lo | |
CC libmonoruntime_static_la-image.lo | |
CC libmonoruntime_static_la-jit-info.lo | |
CC libmonoruntime_static_la-loader.lo | |
CC libmonoruntime_static_la-locales.lo | |
CC libmonoruntime_static_la-lock-tracer.lo | |
CC libmonoruntime_static_la-marshal.lo | |
CC libmonoruntime_static_la-mempool.lo | |
CC libmonoruntime_static_la-metadata.lo | |
CC libmonoruntime_static_la-metadata-verify.lo | |
CC libmonoruntime_static_la-method-builder.lo | |
CC libmonoruntime_static_la-mono-basic-block.lo | |
CC libmonoruntime_static_la-mono-config.lo | |
CC libmonoruntime_static_la-mono-cq.lo | |
CC libmonoruntime_static_la-mono-debug.lo | |
CC libmonoruntime_static_la-mono-endian.lo | |
CC libmonoruntime_static_la-mono-mlist.lo | |
CC libmonoruntime_static_la-mono-perfcounters.lo | |
CC libmonoruntime_static_la-mono-wsq.lo | |
CC libmonoruntime_static_la-socket-io.lo | |
CC libmonoruntime_static_la-process.lo | |
CC libmonoruntime_static_la-profiler.lo | |
CC libmonoruntime_static_la-rand.lo | |
CC libmonoruntime_static_la-remoting.lo | |
CC libmonoruntime_static_la-runtime.lo | |
CC libmonoruntime_static_la-security.lo | |
CC libmonoruntime_static_la-security-core-clr.lo | |
CC libmonoruntime_static_la-security-manager.lo | |
CC libmonoruntime_static_la-string-icalls.lo | |
CC libmonoruntime_static_la-sysmath.lo | |
CC libmonoruntime_static_la-threads.lo | |
CC libmonoruntime_static_la-threadpool.lo | |
CC libmonoruntime_static_la-verify.lo | |
CC libmonoruntime_static_la-file-mmap-posix.lo | |
CC libmonoruntime_static_la-appdomain.lo | |
CC libmonoruntime_static_la-domain.lo | |
CC libmonoruntime_static_la-gc.lo | |
CC libmonoruntime_static_la-monitor.lo | |
CC libmonoruntime_static_la-mono-hash.lo | |
CC libmonoruntime_static_la-object.lo | |
CC libmonoruntime_static_la-reflection.lo | |
CC libmonoruntime_static_la-null-gc.lo | |
CC libmonoruntime_static_la-boehm-gc.lo | |
CCLD libmonoruntime-static.la | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-null-gc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntime-static.a(libmonoruntime_static_la-null-gc.o) has no symbols | |
CC libmonoruntimesgen_la-console-unix.lo | |
CC libmonoruntimesgen_la-assembly.lo | |
CC libmonoruntimesgen_la-attach.lo | |
CC libmonoruntimesgen_la-class.lo | |
CC libmonoruntimesgen_la-cominterop.lo | |
CC libmonoruntimesgen_la-debug-helpers.lo | |
CC libmonoruntimesgen_la-debug-mono-symfile.lo | |
CC libmonoruntimesgen_la-decimal.lo | |
CC libmonoruntimesgen_la-environment.lo | |
CC libmonoruntimesgen_la-exception.lo | |
CC libmonoruntimesgen_la-file-io.lo | |
CC libmonoruntimesgen_la-filewatcher.lo | |
CC libmonoruntimesgen_la-gc-memfuncs.lo | |
CC libmonoruntimesgen_la-icall.lo | |
CC libmonoruntimesgen_la-image.lo | |
CC libmonoruntimesgen_la-jit-info.lo | |
CC libmonoruntimesgen_la-loader.lo | |
CC libmonoruntimesgen_la-locales.lo | |
CC libmonoruntimesgen_la-lock-tracer.lo | |
CC libmonoruntimesgen_la-marshal.lo | |
CC libmonoruntimesgen_la-mempool.lo | |
CC libmonoruntimesgen_la-metadata.lo | |
CC libmonoruntimesgen_la-metadata-verify.lo | |
CC libmonoruntimesgen_la-method-builder.lo | |
CC libmonoruntimesgen_la-mono-basic-block.lo | |
CC libmonoruntimesgen_la-mono-config.lo | |
CC libmonoruntimesgen_la-mono-cq.lo | |
CC libmonoruntimesgen_la-mono-debug.lo | |
CC libmonoruntimesgen_la-mono-endian.lo | |
CC libmonoruntimesgen_la-mono-mlist.lo | |
CC libmonoruntimesgen_la-mono-perfcounters.lo | |
CC libmonoruntimesgen_la-mono-wsq.lo | |
CC libmonoruntimesgen_la-socket-io.lo | |
CC libmonoruntimesgen_la-process.lo | |
CC libmonoruntimesgen_la-profiler.lo | |
CC libmonoruntimesgen_la-rand.lo | |
CC libmonoruntimesgen_la-remoting.lo | |
CC libmonoruntimesgen_la-runtime.lo | |
CC libmonoruntimesgen_la-security.lo | |
CC libmonoruntimesgen_la-security-core-clr.lo | |
CC libmonoruntimesgen_la-security-manager.lo | |
CC libmonoruntimesgen_la-string-icalls.lo | |
CC libmonoruntimesgen_la-sysmath.lo | |
CC libmonoruntimesgen_la-threads.lo | |
CC libmonoruntimesgen_la-threadpool.lo | |
CC libmonoruntimesgen_la-verify.lo | |
CC libmonoruntimesgen_la-file-mmap-posix.lo | |
CC libmonoruntimesgen_la-appdomain.lo | |
CC libmonoruntimesgen_la-domain.lo | |
CC libmonoruntimesgen_la-gc.lo | |
CC libmonoruntimesgen_la-monitor.lo | |
CC libmonoruntimesgen_la-mono-hash.lo | |
CC libmonoruntimesgen_la-object.lo | |
CC libmonoruntimesgen_la-reflection.lo | |
CC libmonoruntimesgen_la-sgen-os-mach.lo | |
CC libmonoruntimesgen_la-sgen-gc.lo | |
CC libmonoruntimesgen_la-sgen-internal.lo | |
CC libmonoruntimesgen_la-sgen-marksweep.lo | |
CC libmonoruntimesgen_la-sgen-los.lo | |
CC libmonoruntimesgen_la-sgen-protocol.lo | |
CC libmonoruntimesgen_la-sgen-bridge.lo | |
CC libmonoruntimesgen_la-sgen-old-bridge.lo | |
CC libmonoruntimesgen_la-sgen-new-bridge.lo | |
CC libmonoruntimesgen_la-sgen-tarjan-bridge.lo | |
CC libmonoruntimesgen_la-sgen-toggleref.lo | |
CC libmonoruntimesgen_la-sgen-cardtable.lo | |
CC libmonoruntimesgen_la-sgen-pointer-queue.lo | |
CC libmonoruntimesgen_la-sgen-pinning.lo | |
CC libmonoruntimesgen_la-sgen-pinning-stats.lo | |
CC libmonoruntimesgen_la-sgen-workers.lo | |
CC libmonoruntimesgen_la-sgen-gray.lo | |
CC libmonoruntimesgen_la-sgen-nursery-allocator.lo | |
CC libmonoruntimesgen_la-sgen-hash-table.lo | |
CC libmonoruntimesgen_la-sgen-descriptor.lo | |
CC libmonoruntimesgen_la-sgen-alloc.lo | |
CC libmonoruntimesgen_la-sgen-debug.lo | |
CC libmonoruntimesgen_la-sgen-simple-nursery.lo | |
CC libmonoruntimesgen_la-sgen-split-nursery.lo | |
CC libmonoruntimesgen_la-sgen-memory-governor.lo | |
CC libmonoruntimesgen_la-sgen-stw.lo | |
CC libmonoruntimesgen_la-sgen-fin-weak-hash.lo | |
CC libmonoruntimesgen_la-sgen-layout-stats.lo | |
CC libmonoruntimesgen_la-sgen-qsort.lo | |
CCLD libmonoruntimesgen.la | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-sgen-os-posix.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-sgen-os-win32.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-sgen-layout-stats.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-sgen-os-posix.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-sgen-os-win32.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen.a(libmonoruntimesgen_la-sgen-layout-stats.o) has no symbols | |
CC libmonoruntimesgen_static_la-console-unix.lo | |
CC libmonoruntimesgen_static_la-assembly.lo | |
CC libmonoruntimesgen_static_la-attach.lo | |
CC libmonoruntimesgen_static_la-class.lo | |
CC libmonoruntimesgen_static_la-cominterop.lo | |
CC libmonoruntimesgen_static_la-debug-helpers.lo | |
CC libmonoruntimesgen_static_la-debug-mono-symfile.lo | |
CC libmonoruntimesgen_static_la-decimal.lo | |
CC libmonoruntimesgen_static_la-environment.lo | |
CC libmonoruntimesgen_static_la-exception.lo | |
CC libmonoruntimesgen_static_la-file-io.lo | |
CC libmonoruntimesgen_static_la-filewatcher.lo | |
CC libmonoruntimesgen_static_la-gc-memfuncs.lo | |
CC libmonoruntimesgen_static_la-icall.lo | |
CC libmonoruntimesgen_static_la-image.lo | |
CC libmonoruntimesgen_static_la-jit-info.lo | |
CC libmonoruntimesgen_static_la-loader.lo | |
CC libmonoruntimesgen_static_la-locales.lo | |
CC libmonoruntimesgen_static_la-lock-tracer.lo | |
CC libmonoruntimesgen_static_la-marshal.lo | |
CC libmonoruntimesgen_static_la-mempool.lo | |
CC libmonoruntimesgen_static_la-metadata.lo | |
CC libmonoruntimesgen_static_la-metadata-verify.lo | |
CC libmonoruntimesgen_static_la-method-builder.lo | |
CC libmonoruntimesgen_static_la-mono-basic-block.lo | |
CC libmonoruntimesgen_static_la-mono-config.lo | |
CC libmonoruntimesgen_static_la-mono-cq.lo | |
CC libmonoruntimesgen_static_la-mono-debug.lo | |
CC libmonoruntimesgen_static_la-mono-endian.lo | |
CC libmonoruntimesgen_static_la-mono-mlist.lo | |
CC libmonoruntimesgen_static_la-mono-perfcounters.lo | |
CC libmonoruntimesgen_static_la-mono-wsq.lo | |
CC libmonoruntimesgen_static_la-socket-io.lo | |
CC libmonoruntimesgen_static_la-process.lo | |
CC libmonoruntimesgen_static_la-profiler.lo | |
CC libmonoruntimesgen_static_la-rand.lo | |
CC libmonoruntimesgen_static_la-remoting.lo | |
CC libmonoruntimesgen_static_la-runtime.lo | |
CC libmonoruntimesgen_static_la-security.lo | |
CC libmonoruntimesgen_static_la-security-core-clr.lo | |
CC libmonoruntimesgen_static_la-security-manager.lo | |
CC libmonoruntimesgen_static_la-string-icalls.lo | |
CC libmonoruntimesgen_static_la-sysmath.lo | |
CC libmonoruntimesgen_static_la-threads.lo | |
CC libmonoruntimesgen_static_la-threadpool.lo | |
CC libmonoruntimesgen_static_la-verify.lo | |
CC libmonoruntimesgen_static_la-file-mmap-posix.lo | |
CC libmonoruntimesgen_static_la-appdomain.lo | |
CC libmonoruntimesgen_static_la-domain.lo | |
CC libmonoruntimesgen_static_la-gc.lo | |
CC libmonoruntimesgen_static_la-monitor.lo | |
CC libmonoruntimesgen_static_la-mono-hash.lo | |
CC libmonoruntimesgen_static_la-object.lo | |
CC libmonoruntimesgen_static_la-reflection.lo | |
CC libmonoruntimesgen_static_la-sgen-os-mach.lo | |
CC libmonoruntimesgen_static_la-sgen-gc.lo | |
CC libmonoruntimesgen_static_la-sgen-internal.lo | |
CC libmonoruntimesgen_static_la-sgen-marksweep.lo | |
CC libmonoruntimesgen_static_la-sgen-los.lo | |
CC libmonoruntimesgen_static_la-sgen-protocol.lo | |
CC libmonoruntimesgen_static_la-sgen-bridge.lo | |
CC libmonoruntimesgen_static_la-sgen-old-bridge.lo | |
CC libmonoruntimesgen_static_la-sgen-new-bridge.lo | |
CC libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo | |
CC libmonoruntimesgen_static_la-sgen-toggleref.lo | |
CC libmonoruntimesgen_static_la-sgen-cardtable.lo | |
CC libmonoruntimesgen_static_la-sgen-pointer-queue.lo | |
CC libmonoruntimesgen_static_la-sgen-pinning.lo | |
CC libmonoruntimesgen_static_la-sgen-pinning-stats.lo | |
CC libmonoruntimesgen_static_la-sgen-workers.lo | |
CC libmonoruntimesgen_static_la-sgen-gray.lo | |
CC libmonoruntimesgen_static_la-sgen-nursery-allocator.lo | |
CC libmonoruntimesgen_static_la-sgen-hash-table.lo | |
CC libmonoruntimesgen_static_la-sgen-descriptor.lo | |
CC libmonoruntimesgen_static_la-sgen-alloc.lo | |
CC libmonoruntimesgen_static_la-sgen-debug.lo | |
CC libmonoruntimesgen_static_la-sgen-simple-nursery.lo | |
CC libmonoruntimesgen_static_la-sgen-split-nursery.lo | |
CC libmonoruntimesgen_static_la-sgen-memory-governor.lo | |
CC libmonoruntimesgen_static_la-sgen-stw.lo | |
CC libmonoruntimesgen_static_la-sgen-fin-weak-hash.lo | |
CC libmonoruntimesgen_static_la-sgen-layout-stats.lo | |
CC libmonoruntimesgen_static_la-sgen-qsort.lo | |
CCLD libmonoruntimesgen-static.la | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-sgen-os-posix.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-sgen-os-win32.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-sgen-layout-stats.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-sgen-os-posix.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-sgen-os-win32.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-sgen-layout-stats.o) has no symbols | |
CC pedump.o | |
CCLD pedump | |
Making all in mini | |
if test -d ../../.git; then \ | |
(cd ../..; \ | |
LANG=C; export LANG; \ | |
branch=`git branch | grep '^\*' | cut -d ' ' -f 2`; \ | |
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \ | |
echo "#define FULL_VERSION \"$branch/$version\""; \ | |
); \ | |
else \ | |
echo "#define FULL_VERSION \"tarball\""; \ | |
fi > version.h | |
CC genmdesc-genmdesc.o | |
CC genmdesc-helpers.o | |
CCLD genmdesc | |
./genmdesc cpu-x86.h x86_desc ./cpu-x86.md | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
CC libmini_la-mini.lo | |
CC libmini_la-seq-points.lo | |
CC libmini_la-method-to-ir.lo | |
CC libmini_la-decompose.lo | |
CC libmini_la-jit-icalls.lo | |
CC libmini_la-trace.lo | |
CC libmini_la-dominators.lo | |
CC libmini_la-cfold.lo | |
CC libmini_la-regalloc.lo | |
CC libmini_la-helpers.lo | |
CC libmini_la-liveness.lo | |
CC libmini_la-ssa.lo | |
CC libmini_la-abcremoval.lo | |
CC libmini_la-ssapre.lo | |
CC libmini_la-local-propagation.lo | |
CC libmini_la-driver.lo | |
CC libmini_la-debug-mini.lo | |
CC libmini_la-linear-scan.lo | |
CC libmini_la-aot-compiler.lo | |
CC libmini_la-aot-runtime.lo | |
CC libmini_la-graph.lo | |
CC libmini_la-mini-codegen.lo | |
CC libmini_la-mini-exceptions.lo | |
CC libmini_la-mini-trampolines.lo | |
CC libmini_la-declsec.lo | |
CC libmini_la-wapihandles.lo | |
CC libmini_la-branch-opts.lo | |
CC libmini_la-mini-generic-sharing.lo | |
CC libmini_la-regalloc2.lo | |
CC libmini_la-tasklets.lo | |
CC libmini_la-simd-intrinsics.lo | |
CC libmini_la-mini-native-types.lo | |
CC libmini_la-unwind.lo | |
CC libmini_la-image-writer.lo | |
CC libmini_la-dwarfwriter.lo | |
CC libmini_la-mini-gc.lo | |
CC libmini_la-debugger-agent.lo | |
CC libmini_la-xdebug.lo | |
CC libmini_la-alias-analysis.lo | |
CC libmini_la-mini-x86.lo | |
CC libmini_la-exceptions-x86.lo | |
CC libmini_la-tramp-x86.lo | |
tramp-x86.c:545:98: warning: passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
mono_profiler_code_buffer_new (code, buf - code, MONO_PROFILER_CODE_BUFFER_SPECIFIC_TRAMPOLINE, mono_get_generic_trampoline_simple_name (tramp_type)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../../mono/metadata/profiler-private.h:76:103: note: passing argument to parameter 'data' here | |
void mono_profiler_code_buffer_new (gpointer buffer, int size, MonoProfilerCodeBufferType type, void *data) MONO_INTERNAL; | |
^ | |
1 warning generated. | |
CC libmini_la-mini-darwin.lo | |
CC libmini_la-mini-posix.lo | |
CXXLD libmini.la | |
CCLD libmonoboehm-2.0.la | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-null-gc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-stdlib.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-android.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-freebsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-linux.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-openbsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(backgraph.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(checksums.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(gc_dlopen.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(openbsd_stop_world.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(pcr_interface.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(pthread_stop_world.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(real_malloc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(specific.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(win32_threads.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(libmonoruntime_la-null-gc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-stdlib.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-android.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-freebsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-linux.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-openbsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(mono-threads-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(backgraph.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(checksums.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(gc_dlopen.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(openbsd_stop_world.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(pcr_interface.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(pthread_stop_world.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(real_malloc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(specific.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonoboehm-2.0.a(win32_threads.o) has no symbols | |
CCLD libmonosgen-2.0.la | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-sgen-layout-stats.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-sgen-os-posix.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-sgen-os-win32.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-stdlib.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-android.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-freebsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-linux.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-openbsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-coree.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-file-mmap-windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-lock-tracer.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-metadata-cross-helpers.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-mono-endian.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-nacl-stub.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-sgen-layout-stats.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-sgen-os-posix.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(libmonoruntimesgen_la-sgen-os-win32.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-stdlib.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-android.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-freebsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-linux.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-openbsd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmonosgen-2.0.a(mono-threads-windows.o) has no symbols | |
CC libmini_static_la-mini.lo | |
CC libmini_static_la-seq-points.lo | |
CC libmini_static_la-method-to-ir.lo | |
CC libmini_static_la-decompose.lo | |
CC libmini_static_la-jit-icalls.lo | |
CC libmini_static_la-trace.lo | |
CC libmini_static_la-dominators.lo | |
CC libmini_static_la-cfold.lo | |
CC libmini_static_la-regalloc.lo | |
CC libmini_static_la-helpers.lo | |
CC libmini_static_la-liveness.lo | |
CC libmini_static_la-ssa.lo | |
CC libmini_static_la-abcremoval.lo | |
CC libmini_static_la-ssapre.lo | |
CC libmini_static_la-local-propagation.lo | |
CC libmini_static_la-driver.lo | |
CC libmini_static_la-debug-mini.lo | |
CC libmini_static_la-linear-scan.lo | |
CC libmini_static_la-aot-compiler.lo | |
CC libmini_static_la-aot-runtime.lo | |
CC libmini_static_la-graph.lo | |
CC libmini_static_la-mini-codegen.lo | |
CC libmini_static_la-mini-exceptions.lo | |
CC libmini_static_la-mini-trampolines.lo | |
CC libmini_static_la-declsec.lo | |
CC libmini_static_la-wapihandles.lo | |
CC libmini_static_la-branch-opts.lo | |
CC libmini_static_la-mini-generic-sharing.lo | |
CC libmini_static_la-regalloc2.lo | |
CC libmini_static_la-tasklets.lo | |
CC libmini_static_la-simd-intrinsics.lo | |
CC libmini_static_la-mini-native-types.lo | |
CC libmini_static_la-unwind.lo | |
CC libmini_static_la-image-writer.lo | |
CC libmini_static_la-dwarfwriter.lo | |
CC libmini_static_la-mini-gc.lo | |
CC libmini_static_la-debugger-agent.lo | |
CC libmini_static_la-xdebug.lo | |
CC libmini_static_la-alias-analysis.lo | |
CC libmini_static_la-mini-x86.lo | |
CC libmini_static_la-exceptions-x86.lo | |
CC libmini_static_la-tramp-x86.lo | |
tramp-x86.c:545:98: warning: passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
mono_profiler_code_buffer_new (code, buf - code, MONO_PROFILER_CODE_BUFFER_SPECIFIC_TRAMPOLINE, mono_get_generic_trampoline_simple_name (tramp_type)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../../mono/metadata/profiler-private.h:76:103: note: passing argument to parameter 'data' here | |
void mono_profiler_code_buffer_new (gpointer buffer, int size, MonoProfilerCodeBufferType type, void *data) MONO_INTERNAL; | |
^ | |
1 warning generated. | |
CC libmini_static_la-mini-darwin.lo | |
CC libmini_static_la-mini-posix.lo | |
CXXLD libmini-static.la | |
CC mono_boehm-main.o | |
CCLD mono-boehm | |
CC mono_sgen-main-sgen.o | |
CCLD mono-sgen | |
Making all in dis | |
CC get.o | |
CC dis-cil.o | |
CC util.o | |
AR libmonodis.a | |
CC dump.o | |
CC main.o | |
CC declsec.o | |
CCLD monodis | |
Making all in monograph | |
CC monograph.o | |
CCLD monograph | |
Making all in tests | |
Making all in cas | |
Making all in assembly | |
make[5]: Nothing to be done for `all'. | |
Making all in linkdemand | |
make[5]: Nothing to be done for `all'. | |
Making all in inheritance | |
make[5]: Nothing to be done for `all'. | |
Making all in demand | |
make[5]: Nothing to be done for `all'. | |
Making all in threads | |
make[5]: Nothing to be done for `all'. | |
make[5]: Nothing to be done for `all-am'. | |
Making all in assemblyresolve | |
make[4]: Nothing to be done for `all'. | |
Making all in gc-descriptors | |
make[4]: Nothing to be done for `all'. | |
CC libtest_la-libtest.lo | |
CCLD libtest.la | |
Making all in unit-tests | |
CC test_sgen_qsort-test-sgen-qsort.o | |
CCLD test-sgen-qsort | |
CC test_gc_memfuncs-test-gc-memfuncs.o | |
CCLD test-gc-memfuncs | |
CC test_mono_linked_list_set-test-mono-linked-list-set.o | |
CCLD test-mono-linked-list-set | |
CC test_conc_hashtable-test-conc-hashtable.o | |
CCLD test-conc-hashtable | |
Making all in benchmark | |
make[3]: Nothing to be done for `all'. | |
Making all in profiler | |
CC mono-cov.lo | |
CCLD libmono-profiler-cov.la | |
CC mono-profiler-aot.lo | |
CCLD libmono-profiler-aot.la | |
CC mono-profiler-iomap.lo | |
CCLD libmono-profiler-iomap.la | |
CC proflog.lo | |
CCLD libmono-profiler-log.la | |
CC decode.o | |
CCLD mprof-report | |
make[3]: Nothing to be done for `all-am'. | |
Making all in ikvm-native | |
CC os.lo | |
CCLD libikvm-native.la | |
Making all in support | |
CC errno.lo | |
CC map.lo | |
CC signal.lo | |
In file included from signal.c:22: | |
./fakepoll.h:19:9: warning: 'FD_SETSIZE' macro redefined | |
#define FD_SETSIZE OPEN_MAX | |
^ | |
/usr/include/sys/_types/_fd_setsize.h:29:9: note: previous definition is here | |
#define FD_SETSIZE __DARWIN_FD_SETSIZE | |
^ | |
1 warning generated. | |
CC stdio.lo | |
CC string.lo | |
CC stdlib.lo | |
CC dirent.lo | |
CC fcntl.lo | |
CC fstab.lo | |
CC grp.lo | |
CC macros.lo | |
CC nl.lo | |
nl.c:369:1: warning: no previous prototype for function 'GetNLSocket' [-Wmissing-prototypes] | |
GetNLSocket (void) | |
^ | |
1 warning generated. | |
CC old-map.lo | |
CC pwd.lo | |
CC serial.lo | |
In file included from serial.c:17: | |
./fakepoll.h:19:9: warning: 'FD_SETSIZE' macro redefined | |
#define FD_SETSIZE OPEN_MAX | |
^ | |
/usr/include/sys/_types/_fd_setsize.h:29:9: note: previous definition is here | |
#define FD_SETSIZE __DARWIN_FD_SETSIZE | |
^ | |
1 warning generated. | |
CC sys-mman.lo | |
sys-mman.c:13:9: warning: '_XOPEN_SOURCE' macro redefined | |
#define _XOPEN_SOURCE 600 | |
^ | |
<command line>:11:9: note: previous definition is here | |
#define _XOPEN_SOURCE 1 | |
^ | |
1 warning generated. | |
CC sys-sendfile.lo | |
CC sys-stat.lo | |
sys-stat.c:33:53: warning: incompatible pointer types passing 'mode_t *' (aka 'unsigned short *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] | |
if (Mono_Posix_FromFilePermissions (from->st_mode, &to->st_mode) != 0) { | |
^~~~~~~~~~~~ | |
./map.h:595:67: note: passing argument to parameter 'r' here | |
int Mono_Posix_FromFilePermissions (unsigned int x, unsigned int *r); | |
^ | |
1 warning generated. | |
CC sys-statvfs.lo | |
CC sys-time.lo | |
CC sys-uio.lo | |
CC sys-utsname.lo | |
CC sys-wait.lo | |
CC sys-xattr.lo | |
CC syslog.lo | |
CC time.lo | |
CC unistd.lo | |
CC utime.lo | |
CC x-struct-str.lo | |
CC zlib-helper.lo | |
CCLD libMonoPosixHelper.la | |
CC supportw.lo | |
CC support-heap.lo | |
CCLD libMonoSupportW.la | |
Making all in data | |
Making all in net_2_0 | |
Making all in Browsers | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in net_4_0 | |
Making all in Browsers | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in net_4_5 | |
Making all in Browsers | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in runtime | |
d=`cd ../support && pwd`; \ | |
sed 's,target="/lib/libMonoPosixHelper.dylib",target="'$d'/libMonoPosixHelper.la",' ../data/config > etc/mono/configt | |
if test -z ""; then :; else \ | |
sed 's,target="libgdiplus.dylib",target="",' etc/mono/configt > etc/mono/configtt; \ | |
mv -f etc/mono/configtt etc/mono/configt; fi | |
mv -f etc/mono/configt etc/mono/config | |
/bin/sh ../mkinstalldirs _tmpinst/bin | |
cp mono-wrapper _tmpinst/bin/mono | |
echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \ | |
r=`pwd`; m=`cd /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs && pwd`; \ | |
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \ | |
chmod +x _tmpinst/bin/ilasm | |
echo '#! /bin/sh' > _tmpinst/bin/mcs ; \ | |
r=`pwd`; m=`cd /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs && pwd`; \ | |
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \ | |
chmod +x _tmpinst/bin/mcs | |
echo '#! /bin/sh' > _tmpinst/bin/dmcs ; \ | |
r=`pwd`; m=`cd /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs && pwd`; \ | |
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe -sdk:4"'" "$@"' >> _tmpinst/bin/dmcs ; \ | |
chmod +x _tmpinst/bin/dmcs | |
echo '#! /bin/sh' > _tmpinst/bin/al2 ; \ | |
r=`pwd`; m=`cd /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs && pwd`; \ | |
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/al.exe"'" "$@"' >> _tmpinst/bin/al2 ; \ | |
chmod +x _tmpinst/bin/al2 | |
echo '#! /bin/sh' > _tmpinst/bin/al ; \ | |
r=`pwd`; m=`cd /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs && pwd`; \ | |
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_5/al.exe"'" "$@"' >> _tmpinst/bin/al ; \ | |
chmod +x _tmpinst/bin/al | |
if test -w /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs; then :; else chmod -R +w /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs; fi | |
cd /Volumes/3TB_OSX/Users/Josh/Projects/mono/mcs && /Applications/Xcode.app/Contents/Developer/usr/bin/make --no-print-directory -s NO_DIR_CHECK=1 PROFILES='net_4_0 net_4_5 xbuild_12 xbuild_14 ' CC='cc -m32' all-profiles | |
-n Bootstrap compiler: | |
Mono C# compiler version 3.99.0.0 | |
MCS [basic] basic.exe | |
MCS [basic] mscorlib.dll | |
MCS [basic] System.Xml.dll | |
warning CS1685: The predefined type `System.Security.Permissions.HostProtectionAttribute' is defined multiple times. Using definition from `mscorlib.dll' | |
/usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) | |
./../../class/lib/basic/bare/System.dll (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [basic] System.dll | |
../../../external/referencesource/System/compmod/system/componentmodel/IComponent.cs(33,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(3463,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(3509,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/sys/system/collections/concurrent/BlockingCollection.cs(52,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
warning CS1685: The predefined type `System.Security.Permissions.HostProtectionAttribute' is defined multiple times. Using definition from `mscorlib.dll' | |
../corlib/System.Security.Permissions/HostProtectionAttribute.cs(38,22): (Location of the symbol related to previous warning) | |
/usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(62,53): warning CS0436: The type `System.ExceptionResource' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(327,19): (Location of the symbol related to previous warning) | |
/usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(66,57): warning CS0436: The type `System.ExceptionArgument' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(304,19): (Location of the symbol related to previous warning) | |
/usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/collections/generic/debugview.cs(105,17): warning CS0436: The type `System.ThrowHelper' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(49,27): (Location of the symbol related to previous warning) | |
/usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(2347,37): warning CS0219: The variable `prev' is assigned but its value is never used | |
../../../external/referencesource/System/regex/system/text/regularexpressions/RegexParser.cs(570,32): warning CS0219: The variable `name' is assigned but its value is never used | |
System.Net/HttpListenerRequest.cs(332,38): warning CS0168: The variable `e' is declared but never used | |
../../../external/referencesource/System/compmod/system/componentmodel/LicFileLicenseProvider.cs(101,44): warning CS0414: The private field `System.ComponentModel.LicFileLicenseProvider.LicFileLicense.owner' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectEventDescriptor.cs(71,40): warning CS0414: The private field `System.ComponentModel.ReflectEventDescriptor.argsNone' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectEventDescriptor.cs(72,41): warning CS0414: The private field `System.ComponentModel.ReflectEventDescriptor.noDefault' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectPropertyDescriptor.cs(67,36): warning CS0414: The private field `System.ComponentModel.ReflectPropertyDescriptor.PropDescSwitch' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeConverter.cs(31,38): warning CS0414: The private field `System.ComponentModel.TypeConverter.firstLoadAppSetting' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeConverter.cs(32,31): warning CS0414: The private field `System.ComponentModel.TypeConverter.loadAppSettingLock' is assigned but its value is never used | |
../../../external/referencesource/System/regex/system/text/regularexpressions/RegexCompiler.cs(3030,43): warning CS0414: The private field `System.Text.RegularExpressions.RegexTypeCompiler._moduleSlot' is assigned but its value is never used | |
System/Uri.cs(102,23): warning CS0414: The private field `System.Uri.isWin32' is assigned but its value is never used | |
Compilation succeeded - 19 warning(s) | |
MCS [basic] Mono.Security.dll | |
warning CS1685: The predefined type `System.Security.Permissions.HostProtectionAttribute' is defined multiple times. Using definition from `mscorlib.dll' | |
/usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) | |
./../../class/lib/basic/bare/System.dll (Location of the symbol related to previous warning) | |
./Mono.Security.Protocol.Ntlm/Type3Message.cs(92,13): warning CS0618: `Mono.Security.Protocol.Ntlm.Type3Message.DefaultAuthLevel' is obsolete: `Use NtlmSettings.DefaultAuthLevel' | |
./Mono.Security.Protocol.Ntlm/Type3Message.cs(273,29): warning CS0618: `Mono.Security.Protocol.Ntlm.ChallengeResponse' is obsolete: `Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.' | |
./Mono.Security.Protocol.Tls/CipherSuiteFactory.cs(92,4): warning CS0162: Unreachable code detected | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,13): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,32): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,14): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,33): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' | |
Compilation succeeded - 8 warning(s) | |
MCS [build] mscorlib.dll | |
../../../external/referencesource/mscorlib/system/threading/CancellationTokenSource.cs(1041,60): warning CS0414: The private field `System.Threading.SparselyPopulatedArray<T>.m_head' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [build] System.Xml.dll | |
MCS [build] System.dll | |
../../../external/referencesource/System/sys/system/collections/concurrent/BlockingCollection.cs(52,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/IComponent.cs(33,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(3463,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(3509,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(62,53): warning CS0436: The type `System.ExceptionResource' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(327,19): (Location of the symbol related to previous warning) | |
./../../class/lib/build/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(66,57): warning CS0436: The type `System.ExceptionArgument' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(304,19): (Location of the symbol related to previous warning) | |
./../../class/lib/build/mscorlib.dll (Location of the symbol related to previous warning) | |
System.Net/HttpListenerRequest.cs(332,38): warning CS0168: The variable `e' is declared but never used | |
../../../external/referencesource/System/regex/system/text/regularexpressions/RegexParser.cs(570,32): warning CS0219: The variable `name' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/collections/generic/debugview.cs(105,17): warning CS0436: The type `System.ThrowHelper' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(49,27): (Location of the symbol related to previous warning) | |
./../../class/lib/build/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(2347,37): warning CS0219: The variable `prev' is assigned but its value is never used | |
../../../external/referencesource/System/regex/system/text/regularexpressions/RegexCompiler.cs(3030,43): warning CS0414: The private field `System.Text.RegularExpressions.RegexTypeCompiler._moduleSlot' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/LicFileLicenseProvider.cs(101,44): warning CS0414: The private field `System.ComponentModel.LicFileLicenseProvider.LicFileLicense.owner' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectEventDescriptor.cs(71,40): warning CS0414: The private field `System.ComponentModel.ReflectEventDescriptor.argsNone' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectEventDescriptor.cs(72,41): warning CS0414: The private field `System.ComponentModel.ReflectEventDescriptor.noDefault' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectPropertyDescriptor.cs(67,36): warning CS0414: The private field `System.ComponentModel.ReflectPropertyDescriptor.PropDescSwitch' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeConverter.cs(31,38): warning CS0414: The private field `System.ComponentModel.TypeConverter.firstLoadAppSetting' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeConverter.cs(32,31): warning CS0414: The private field `System.ComponentModel.TypeConverter.loadAppSettingLock' is assigned but its value is never used | |
Compilation succeeded - 17 warning(s) | |
MCS [build] Mono.Security.dll | |
./Mono.Security.Protocol.Ntlm/Type3Message.cs(92,13): warning CS0618: `Mono.Security.Protocol.Ntlm.Type3Message.DefaultAuthLevel' is obsolete: `Use NtlmSettings.DefaultAuthLevel' | |
./Mono.Security.Protocol.Ntlm/Type3Message.cs(273,29): warning CS0618: `Mono.Security.Protocol.Ntlm.ChallengeResponse' is obsolete: `Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,13): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,32): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,14): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,33): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' | |
Compilation succeeded - 6 warning(s) | |
MCS [build] Mono.Posix.dll | |
MCS [build] mcs.exe | |
AOT [build] mscorlib.dll.dylib | |
AOT [build] mcs.exe.dylib | |
MCS [build] sn.exe | |
MCS [net_4_5] mscorlib.dll | |
../../../external/referencesource/mscorlib/system/threading/CancellationTokenSource.cs(1041,60): warning CS0414: The private field `System.Threading.SparselyPopulatedArray<T>.m_head' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.dll | |
../../../external/referencesource/System/sys/system/collections/concurrent/BlockingCollection.cs(52,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/IComponent.cs(33,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(3463,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(3509,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(62,53): warning CS0436: The type `System.ExceptionResource' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(327,19): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(66,57): warning CS0436: The type `System.ExceptionArgument' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(304,19): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning) | |
System.Net/HttpListenerRequest.cs(332,38): warning CS0168: The variable `e' is declared but never used | |
../../../external/referencesource/System/regex/system/text/regularexpressions/RegexParser.cs(570,32): warning CS0219: The variable `name' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/collections/generic/debugview.cs(105,17): warning CS0436: The type `System.ThrowHelper' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../../external/referencesource/System/compmod/system/collections/generic/throwhelper.cs(49,27): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning) | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs(2347,37): warning CS0219: The variable `prev' is assigned but its value is never used | |
../../../external/referencesource/System/regex/system/text/regularexpressions/RegexCompiler.cs(3030,43): warning CS0414: The private field `System.Text.RegularExpressions.RegexTypeCompiler._moduleSlot' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/LicFileLicenseProvider.cs(101,44): warning CS0414: The private field `System.ComponentModel.LicFileLicenseProvider.LicFileLicense.owner' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectEventDescriptor.cs(71,40): warning CS0414: The private field `System.ComponentModel.ReflectEventDescriptor.argsNone' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectEventDescriptor.cs(72,41): warning CS0414: The private field `System.ComponentModel.ReflectEventDescriptor.noDefault' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/ReflectPropertyDescriptor.cs(67,36): warning CS0414: The private field `System.ComponentModel.ReflectPropertyDescriptor.PropDescSwitch' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeConverter.cs(31,38): warning CS0414: The private field `System.ComponentModel.TypeConverter.firstLoadAppSetting' is assigned but its value is never used | |
../../../external/referencesource/System/compmod/system/componentmodel/TypeConverter.cs(32,31): warning CS0414: The private field `System.ComponentModel.TypeConverter.loadAppSettingLock' is assigned but its value is never used | |
Compilation succeeded - 17 warning(s) | |
MCS [net_4_5] System.Xml.dll | |
MCS [net_4_5] Mono.CompilerServices.SymbolWriter.dll | |
MCS [net_4_5] Mono.Posix.dll | |
MCS [net_4_5] System.Core.dll | |
../../../external/referencesource/System.Core/System/Linq/Parallel/Utils/Sorting.cs(73,58): warning CS0472: The result of comparing value type `System.Threading.CancellationToken' with null is always `true' | |
../../../external/referencesource/System.Core/System/Linq/Parallel/Utils/Sorting.cs(77,58): warning CS0472: The result of comparing value type `System.Threading.CancellationToken' with null is always `true' | |
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(199,57): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead' | |
System.IO.Pipes/PipeStream.cs(135,15): warning CS0618: `System.IO.FileStream.FileStream(System.IntPtr, System.IO.FileAccess, bool, int, bool)' is obsolete: `Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize, bool isAsync) instead' | |
System.IO.Pipes/PipeUnix.cs(208,37): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead' | |
System.IO.Pipes/PipeUnix.cs(274,36): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead' | |
../../../external/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Binary/UnionQueryOperator.cs(192,34): warning CS0414: The private field `System.Linq.Parallel.UnionQueryOperator<TInputOutput>.UnionQueryOperatorEnumerator<TLeftKey,TRightKey>.m_partitionIndex' is assigned but its value is never used | |
../../../external/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Options/OrderingQueryOperator.cs(27,22): warning CS0414: The private field `System.Linq.Parallel.OrderingQueryOperator<TSource>.m_orderOn' is assigned but its value is never used | |
../../../external/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Unary/ConcatQueryOperator.cs(236,42): warning CS0414: The private field `System.Linq.Parallel.ConcatQueryOperator<TSource>.ConcatQueryOperatorResults.m_concatOp' is assigned but its value is never used | |
../../../external/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Unary/SortQueryOperator.cs(153,22): warning CS0414: The private field `System.Linq.Parallel.SortQueryOperatorResults<TInputOutput,TSortKey>.m_preferStriping' is assigned but its value is never used | |
../../../external/referencesource/System.Core/System/Linq/Parallel/Scheduling/OrderPreservingPipeliningSpoolingTask.cs(28,40): warning CS0414: The private field `System.Linq.Parallel.OrderPreservingPipeliningSpoolingTask<TOutput,TKey>.m_taskScheduler' is assigned but its value is never used | |
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(115,26): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.fileAccess' is assigned but its value is never used | |
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(116,10): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.name' is assigned but its value is never used | |
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(117,8): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.fileCapacity' is assigned but its value is never used | |
System.Threading/ThreadLockState.cs(46,20): warning CS0649: Field `System.Threading.ThreadLockState.LockState' is never assigned to, and will always have its default value `0' | |
System.Threading/ThreadLockState.cs(47,14): warning CS0649: Field `System.Threading.ThreadLockState.ReaderRecursiveCount' is never assigned to, and will always have its default value `0' | |
System.Threading/ThreadLockState.cs(48,14): warning CS0649: Field `System.Threading.ThreadLockState.WriterRecursiveCount' is never assigned to, and will always have its default value `0' | |
System.Threading/ThreadLockState.cs(49,14): warning CS0649: Field `System.Threading.ThreadLockState.UpgradeableRecursiveCount' is never assigned to, and will always have its default value `0' | |
Compilation succeeded - 18 warning(s) | |
MCS [net_4_5] Mono.Security.dll | |
./Mono.Security.Protocol.Ntlm/Type3Message.cs(92,13): warning CS0618: `Mono.Security.Protocol.Ntlm.Type3Message.DefaultAuthLevel' is obsolete: `Use NtlmSettings.DefaultAuthLevel' | |
./Mono.Security.Protocol.Ntlm/Type3Message.cs(273,29): warning CS0618: `Mono.Security.Protocol.Ntlm.ChallengeResponse' is obsolete: `Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,13): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,32): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,14): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,33): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' | |
Compilation succeeded - 6 warning(s) | |
MCS [net_4_5] System.Security.dll | |
System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(95,4): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete | |
System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(95,27): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] System.Configuration.dll | |
System.Configuration/InternalConfigurationRoot.cs(87,43): warning CS0067: The event `System.Configuration.InternalConfigurationRoot.ConfigChanged' is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] I18N.dll | |
Manager.cs(55,63): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' | |
Manager.cs(55,16): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] I18N.West.dll | |
MCS [net_4_5] I18N.MidEast.dll | |
MCS [net_4_5] I18N.Other.dll | |
MCS [net_4_5] I18N.Rare.dll | |
MCS [net_4_5] I18N.CJK.dll | |
MCS [net_4_5] resgen.exe | |
MCS [net_4_5] System.Drawing.dll | |
System.Drawing.Printing/PrintingServices.cs(117,27): warning CS0649: Field `System.Drawing.Printing.SysPrn.Printer.Name' is never assigned to, and will always have its default value `null' | |
System.Drawing.Printing/PrintingServices.cs(123,16): warning CS0649: Field `System.Drawing.Printing.SysPrn.Printer.IsDefault' is never assigned to, and will always have its default value `false' | |
System.Drawing.Printing/PageSettings.cs(57,9): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginX' is never assigned to, and will always have its default value `0' | |
System.Drawing.Printing/PageSettings.cs(58,9): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginY' is never assigned to, and will always have its default value `0' | |
System.Drawing.Printing/PageSettings.cs(59,14): warning CS0649: Field `System.Drawing.Printing.PageSettings.printableArea' is never assigned to, and will always have its default value | |
Compilation succeeded - 5 warning(s) | |
MCS [net_4_5] System.Transactions.dll | |
System.Transactions/CommittableTransaction.cs(61,8): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `System.Transactions.CommittableTransaction' to get value comparison | |
System.Transactions/Transaction.cs(53,8): warning CS0414: The private field `System.Transactions.Transaction.tag' is assigned but its value is never used | |
System.Transactions/TransactionManager.cs(85,4): warning CS0067: The event `System.Transactions.TransactionManager.DistributedTransactionStarted' is never used | |
Compilation succeeded - 3 warning(s) | |
MCS [net_4_5] System.EnterpriseServices.dll | |
System.EnterpriseServices/RegistrationErrorInfo.cs(40,10): warning CS0649: Field `System.EnterpriseServices.RegistrationErrorInfo.errorString' is never assigned to, and will always have its default value `null' | |
System.EnterpriseServices/RegistrationException.cs(40,27): warning CS0649: Field `System.EnterpriseServices.RegistrationException.errorInfo' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] Mono.Data.Tds.dll | |
MCS [net_4_5] System.Data.dll | |
Mono.Data.SqlExpressions/Parser.cs(74,25): warning CS1635: Cannot restore warning `CS0649' because it was disabled globally | |
Mono.Data.SqlExpressions/Parser.cs(296,25): warning CS1635: Cannot restore warning `CS0649' because it was disabled globally | |
System.Data/DataTable.cs(2608,15): warning CS0219: The variable `htRowErrors' is assigned but its value is never used | |
System.Data.Common/DbConnection.cs(56,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.Data.Common/DbProviderFactoriesConfigurationHandler.cs(118,11): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string, System.Xml.XmlNode)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' | |
System.Data.OleDb/OleDbConnection.cs(80,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.Data.Odbc/OdbcConnection.cs(98,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.Data.SqlClient/SqlConnection.cs(152,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.Data.SqlClient/SqlConnection.cs(1158,16): warning CS0108: `System.Data.SqlClient.SqlConnection.MetaDataCollections' hides inherited member `System.Data.Common.DbConnection.MetaDataCollections'. Use the new keyword if hiding was intended | |
System.Data.Common/DbConnection.cs(247,25): (Location of the symbol related to previous warning) | |
System.Data/XmlSchemaDataImporter.cs(293,6): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' | |
System.Data/XmlSchemaDataImporter.cs(341,11): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' | |
System.Data/XmlSchemaDataImporter.cs(829,11): warning CS0219: The variable `ordinal' is assigned but its value is never used | |
System.Data/DataRelation.cs(55,19): warning CS0414: The private field `System.Data.DataRelation.dataSet' is assigned but its value is never used | |
System.Data/XmlDataInferenceLoader.cs(173,15): warning CS0414: The private field `System.Data.XmlDataInferenceLoader.mode' is assigned but its value is never used | |
System.Data.OleDb/OleDbConnection.cs(352,45): warning CS0067: The event `System.Data.OleDb.OleDbConnection.InfoMessage' is never used | |
System.Data.OleDb/OleDbDataReader.cs(47,24): warning CS0414: The private field `System.Data.OleDb.OleDbDataReader.command' is assigned but its value is never used | |
System.Data.SqlClient/SqlCommand.cs(1022,47): warning CS0067: The event `System.Data.SqlClient.SqlCommand.StatementCompleted' is never used | |
System.Data.SqlClient/SqlConnection.cs(106,8): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.connectionReset' is assigned but its value is never used | |
System.Data.SqlClient/SqlConnection.cs(1770,8): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.userInstance' is assigned but its value is never used | |
System.Data.SqlClient/SqlConnection.cs(982,19): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.SqlMonitorSocket.server' is assigned but its value is never used | |
System.Data.SqlClient/SqlDependency.cs(66,37): warning CS0067: The event `System.Data.SqlClient.SqlDependency.OnChange' is never used | |
System.Data.SqlClient/SqlParameterCollection.cs(60,14): warning CS0414: The private field `System.Data.SqlClient.SqlParameterCollection.command' is assigned but its value is never used | |
System.Data.SqlClient/SqlBulkCopy.cs(63,26): warning CS0414: The private field `System.Data.SqlClient.SqlBulkCopy.externalTransaction' is assigned but its value is never used | |
Compilation succeeded - 23 warning(s) | |
MCS [net_4_5] System.ComponentModel.DataAnnotations.dll | |
../../../external/referencesource/System.ComponentModel.DataAnnotations/DataAnnotations/ValidationAttributeStore.cs(144,61): warning CS0414: The private field `System.ComponentModel.DataAnnotations.ValidationAttributeStore.StoreItem._emptyValidationAttributeEnumerable' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] Accessibility.dll | |
MCS [net_4_5] Mono.WebBrowser.dll | |
Mono.WebBrowser/Manager.cs(46,21): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Runtime.Serialization.Formatters.Soap.dll | |
MCS [net_4_5] System.Windows.Forms.dll | |
System.Windows.Forms/XplatUIX11.cs(2842,11): warning CS0472: The result of comparing value type `System.IntPtr' with null is always `true' | |
System.Windows.Forms/XplatUIX11.cs(2906,12): warning CS0168: The variable `atoms' is declared but never used | |
System.Windows.Forms/Cursor.cs(93,17): warning CS0649: Field `System.Windows.Forms.Cursor.size' is never assigned to, and will always have its default value | |
System.Windows.Forms/DataGridViewColumn.cs(460,29): warning CS0067: The event `System.Windows.Forms.DataGridViewColumn.Disposed' is never used | |
System.Windows.Forms/MdiWindowManager.cs(49,17): warning CS0649: Field `System.Windows.Forms.MdiWindowManager.icon_clicked' is never assigned to, and will always have its default value | |
Compilation succeeded - 5 warning(s) | |
MCS [net_4_5] Mono.Data.Sqlite.dll | |
MCS [net_4_5] System.Web.ApplicationServices.dll | |
Makefile:437: warning: overriding commands for target `clean-local' | |
../../build/library.make:204: warning: ignoring old commands for target `clean-local' | |
Makefile:437: warning: overriding commands for target `clean-local' | |
../../build/library.make:204: warning: ignoring old commands for target `clean-local' | |
MCS [net_4_5] System.Web.dll | |
../System.Web.Abstractions/System.Web/HttpRequestWrapper.cs(248,15): warning CS0114: `System.Web.HttpRequestWrapper.Abort()' hides inherited member `System.Web.HttpRequestBase.Abort()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword | |
../System.Web.Abstractions/System.Web/HttpRequestBase.cs(158,23): (Location of the symbol related to previous warning) | |
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning) | |
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Configuration.dll (Location of the symbol related to previous warning) | |
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Web.ApplicationServices.dll (Location of the symbol related to previous warning) | |
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning) | |
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Configuration.dll (Location of the symbol related to previous warning) | |
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Web.ApplicationServices.dll (Location of the symbol related to previous warning) | |
System.Web/HttpApplication.cs(223,39): warning CS0420: `System.Web.HttpApplication.modcoll': A volatile field references will not be treated as volatile | |
System.Web/HttpApplication.cs(837,30): warning CS0420: `System.Web.HttpApplication.modcoll': A volatile field references will not be treated as volatile | |
System.Web.Configuration_2.0/LruCache.cs(43,8): warning CS0169: The private field `System.Web.Configuration.LruCache<TKey,TValue>.size_overriden' is never used | |
Compilation succeeded - 10 warning(s) | |
MCS [net_4_5] System.Web.Services.dll | |
System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs(164,50): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' | |
System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs(503,10): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string, System.Xml.XmlNode)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' | |
System.Web.Services.Protocols/HttpSimpleClientProtocol.cs(169,40): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete | |
System.Web.Services.Protocols/LogicalMethodInfo.cs(356,34): warning CS0162: Unreachable code detected | |
System.Web.Services.Protocols/MimeFormatter.cs(89,47): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete | |
System.Web.Services.Protocols/MimeFormatter.cs(116,47): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete | |
System.Web.Services.Protocols/SoapDocumentationHandler.cs(229,40): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' | |
System.Web.Services.Protocols/SoapHttpClientProtocol.cs(246,6): warning CS0728: Possibly incorrect assignment to `s' which is the argument to a using or lock statement | |
System.Web.Services.Protocols/WebClientProtocol.cs(104,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.Web.Services.Protocols/WebClientProtocol.cs(112,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.Web.Services.Protocols/WebClientProtocol.cs(120,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.Web.Services.Protocols/WebServiceHandlerFactory.cs(105,11): warning CS0219: The variable `fp' is assigned but its value is never used | |
System.Web.Services.Description/HttpSimpleProtocolImporter.cs(47,15): warning CS0414: The private field `System.Web.Services.Description.HttpSimpleProtocolImporter.httpBinding' is assigned but its value is never used | |
System.Web.Services.Description/ServiceDescriptionCollection.cs(38,30): warning CS0414: The private field `System.Web.Services.Description.ServiceDescriptionCollection.importer' is assigned but its value is never used | |
System.Web.Services.Protocols/SoapDocumentationHandler.cs(53,20): warning CS0414: The private field `System.Web.Services.Protocols.SoapDocumentationHandler._typeStubInfo' is assigned but its value is never used | |
System.Web.Services.Protocols/WebServiceHandler.cs(43,15): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler._context' is assigned but its value is never used | |
System.Web.Services.Protocols/WebServiceHandler.cs(44,20): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler.session' is assigned but its value is never used | |
Compilation succeeded - 17 warning(s) | |
MCS [net_4_5] System.Runtime.Remoting.dll | |
System.Runtime.Remoting.Channels/ChannelCore.cs(60,19): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete | |
System.Runtime.Remoting.Channels/RemotingThreadPool.cs(160,22): warning CS0168: The variable `ex' is declared but never used | |
System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannelHelper.cs(65,42): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' | |
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(72,28): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' | |
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(78,17): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' | |
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(214,25): warning CS0168: The variable `e' is declared but never used | |
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(222,21): warning CS0168: The variable `e' is declared but never used | |
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(67,28): warning CS0618: `System.Runtime.Remoting.RemotingConfiguration.Configure(string)' is obsolete: `Use Configure(String,Boolean)' | |
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(92,22): warning CS0618: `System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(System.Runtime.Remoting.Channels.IChannel)' is obsolete: `Use RegisterChannel(IChannel,Boolean)' | |
System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(137,35): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' | |
System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(145,34): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' | |
System.Runtime.Remoting.MetadataServices/MetaData.cs(64,30): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is obsolete: `ICodeCompiler is obsolete' | |
System.Runtime.Remoting.MetadataServices/MetaData.cs(78,30): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is obsolete: `ICodeCompiler is obsolete' | |
System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs(53,12): warning CS0414: The private field `System.Runtime.Remoting.Channels.BinaryServerFormatterSink.protocol' is assigned but its value is never used | |
System.Runtime.Remoting.Channels.Ipc.Unix/IpcServerChannel.cs(43,24): warning CS0414: The private field `System.Runtime.Remoting.Channels.Ipc.Unix.IpcServerChannel._path' is assigned but its value is never used | |
Compilation succeeded - 15 warning(s) | |
MCS [net_4_5] System.Configuration.Install.dll | |
System.Configuration.Install/Installer.cs(40,18): warning CS0649: Field `System.Configuration.Install.Installer.helptext' is never assigned to, and will always have its default value `null' | |
System.Configuration.Install/InstallException.cs(39,21): warning CS0414: The private field `System.Configuration.Install.InstallException.innerException' is assigned but its value is never used | |
System.Configuration.Install/InstallContext.cs(37,10): warning CS0414: The private field `System.Configuration.Install.InstallContext.log_file' is assigned but its value is never used | |
Compilation succeeded - 3 warning(s) | |
MCS [net_4_5] System.Management.dll | |
System.Management/ManagementBaseObject.cs(175,15): warning CS0108: `System.Management.ManagementBaseObject.Dispose()' hides inherited member `System.ComponentModel.Component.Dispose()'. Use the new keyword if hiding was intended | |
./../../class/lib/net_4_5/System.dll (Location of the symbol related to previous warning) | |
System.Management/ManagementObject.cs(390,15): warning CS0108: `System.Management.ManagementObject.Dispose()' hides inherited member `System.Management.ManagementBaseObject.Dispose()'. Use the new keyword if hiding was intended | |
System.Management/ManagementBaseObject.cs(175,15): (Location of the symbol related to previous warning) | |
System.Management/ManagementEventWatcher.cs(85,41): warning CS0067: The event `System.Management.ManagementEventWatcher.EventArrived' is never used | |
System.Management/ManagementEventWatcher.cs(86,36): warning CS0067: The event `System.Management.ManagementEventWatcher.Stopped' is never used | |
System.Management/ManagementOperationObserver.cs(45,38): warning CS0067: The event `System.Management.ManagementOperationObserver.Completed' is never used | |
System.Management/ManagementOperationObserver.cs(46,38): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectPut' is never used | |
System.Management/ManagementOperationObserver.cs(47,40): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectReady' is never used | |
System.Management/ManagementOperationObserver.cs(48,37): warning CS0067: The event `System.Management.ManagementOperationObserver.Progress' is never used | |
Compilation succeeded - 8 warning(s) | |
MCS [net_4_5] System.Data.OracleClient.dll | |
System.Data.OracleClient.Oci/OciDefineHandle.cs(44,10): warning CS0414: The private field `System.Data.OracleClient.Oci.OciDefineHandle.name' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] Microsoft.VisualC.dll | |
MCS [net_4_5] cscompmgd.dll | |
MCS [net_4_5] PEAPI.dll | |
MCS [net_4_5] Npgsql.dll | |
MCS [net_4_5] Commons.Xml.Relaxng.dll | |
Commons.Xml.Relaxng/RelaxngPattern.cs(83,19): warning CS0219: The variable `g' is assigned but its value is never used | |
Commons.Xml.Relaxng/RelaxngValidatingReader.cs(566,17): warning CS0184: The given expression is never of the provided (`Commons.Xml.Relaxng.Derivative.RdpElement') type | |
Commons.Xml.Relaxng/RelaxngValidatingReader.cs(567,5): warning CS0162: Unreachable code detected | |
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(87,11): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' | |
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(89,59): warning CS0612: `System.Xml.Schema.XmlSchemaElement.ElementType' is obsolete | |
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(194,11): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' | |
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(217,4): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' | |
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(217,32): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' | |
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(898,16): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete | |
Commons.Xml.Nvdl/NvdlXsdSupport.cs(24,8): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler, System.Xml.XmlResolver)' is obsolete: `Use XmlSchemaSet.Compile() instead.' | |
/Volumes/3TB_OSX/Users/Josh/Dropbox/Projects/mono/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Rnc/RncParser.jay(70,14): warning CS0649: Field `Commons.Xml.Relaxng.Rnc.RncParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0' | |
Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(750,8): warning CS0649: Field `Commons.Xml.Relaxng.Derivative.RdpAbstractBinary.expanded' is never assigned to, and will always have its default value `false' | |
Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1399,8): warning CS0649: Field `Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent.isExpanded' is never assigned to, and will always have its default value `false' | |
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(114,25): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameAnyType' is assigned but its value is never used | |
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(144,25): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameUDecimal' is assigned but its value is never used | |
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(166,23): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.nsmgr' is assigned but its value is never used | |
Commons.Xml.Relaxng.Rnc/RncTokenizer.cs(49,8): warning CS0169: The private field `Commons.Xml.Relaxng.Rnc.RncTokenizer.isLiteralNsUri' is never used | |
Commons.Xml.Nvdl/NvdlSimplified.cs(549,15): warning CS0649: Field `Commons.Xml.Nvdl.SimpleValidate.resolver' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 18 warning(s) | |
MCS [net_4_5] Novell.Directory.Ldap.dll | |
MCS [net_4_5] Mono.Security.Win32.dll | |
MCS [net_4_5] System.DirectoryServices.dll | |
System.DirectoryServices/DirectoryEntries.cs(168,25): warning CS0168: The variable `e' is declared but never used | |
System.DirectoryServices/DirectoryEntries.cs(266,16): warning CS0219: The variable `nextEntry' is assigned but its value is never used | |
System.DirectoryServices/DirectoryEntry.cs(489,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.DirectoryServices/DirectoryEntry.cs(578,79): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' | |
System.DirectoryServices/DirectoryEntry.cs(597,79): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' | |
System.DirectoryServices/DirectoryEntry.cs(777,16): warning CS0219: The variable `nextEntry' is assigned but its value is never used | |
System.DirectoryServices/DirectorySearcher.cs(168,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
System.DirectoryServices/DirectorySearcher.cs(315,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.' | |
Compilation succeeded - 8 warning(s) | |
MCS [net_4_5] System.DirectoryServices.Protocols.dll | |
MCS [net_4_5] RabbitMQ.Client.dll | |
MCS [net_4_5] Mono.Messaging.dll | |
MCS [net_4_5] System.Messaging.dll | |
System.Messaging/MessageQueuePermissionEntryCollection.cs(38,34): warning CS0414: The private field `System.Messaging.MessageQueuePermissionEntryCollection.owner' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] Mono.Messaging.RabbitMQ.dll | |
MCS [net_4_5] System.ServiceProcess.dll | |
MCS [net_4_5] System.Drawing.Design.dll | |
MCS [net_4_5] System.Design.dll | |
System.Data.Design/TypedDataSetSchemaImporterExtension.cs(51,50): warning CS0436: The type `System.Data.Design.TypedDataSetGenerator' conflicts with the imported type of same name'. Ignoring the imported type definition | |
System.Data.Design/TypedDataSetGenerator.cs(48,22): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning) | |
System.Web.UI.Design/ConnectionStringEditor.cs(50,25): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)' hides inherited member `System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword | |
./../../class/lib/net_4_5/System.Drawing.dll (Location of the symbol related to previous warning) | |
System.Web.UI.Design/ConnectionStringEditor.cs(56,40): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)' hides inherited member `System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword | |
./../../class/lib/net_4_5/System.Drawing.dll (Location of the symbol related to previous warning) | |
System.Web.UI.Design/TemplatedControlDesigner.cs(224,15): warning CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' hides inherited member `System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new keyword if hiding was intended | |
System.Web.UI.Design/ControlDesigner.cs(274,15): (Location of the symbol related to previous warning) | |
System.Web.UI.Design/TemplatedControlDesigner.cs(236,11): warning CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: `Template editing is supported in ControlDesigner.TemplateGroups with SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.' | |
System.Web.UI.Design.WebControls/PanelDesigner.cs(33,31): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesigner instead' | |
System.Web.UI.Design.WebControls/PanelDesigner.cs(45,27): warning CS0672: Member `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' overrides obsolete member `System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' | |
System.Web.UI.Design/ReadWriteControlDesigner.cs(37,38): (Location of the symbol related to previous warning) | |
System.Web.UI.Design.WebControls/TableDesigner.cs(45,26): warning CS0672: Member `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' overrides obsolete member `System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' | |
System.Web.UI.Design/ControlDesigner.cs(171,25): (Location of the symbol related to previous warning) | |
System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,25): warning CS0114: `System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)' hides inherited member `System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword | |
System.Web.UI.Design/ControlDesigner.cs(73,25): (Location of the symbol related to previous warning) | |
System.Web.UI.Design.WebControls/ListControlDesigner.cs(64,17): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataSource' hides inherited member `System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.DataSource'. Use the new keyword if hiding was intended | |
System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs(48,17): (Location of the symbol related to previous warning) | |
System.Web.UI.Design.WebControls/ListControlDesigner.cs(73,17): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataMember' hides inherited member `System.Web.UI.Design.WebControls.DataBoundControlDesigner.DataMember'. Use the new keyword if hiding was intended | |
System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs(55,17): (Location of the symbol related to previous warning) | |
System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,24): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' overrides obsolete member `System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' | |
System.Web.UI.Design/ControlDesigner.cs(230,23): (Location of the symbol related to previous warning) | |
System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,31): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' overrides obsolete member `System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(string)'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' | |
System.Web.UI.Design/TemplatedControlDesigner.cs(107,30): (Location of the symbol related to previous warning) | |
System.Windows.Forms.Design/AxImporter.cs(75,10): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete | |
System.Windows.Forms.Design/AxImporter.cs(90,42): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete | |
System.Windows.Forms.Design/AxImporter.cs(96,42): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete | |
System.Windows.Forms.Design/AxImporter.cs(106,46): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete | |
System.Windows.Forms.Design/AxImporter.cs(168,36): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete | |
System.Windows.Forms.Design/AxImporter.cs(170,32): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete | |
System.Windows.Forms.Design/ControlDesigner.cs(100,24): warning CS0672: Member `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' overrides obsolete member `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'. Add the Obsolete attribute to `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' | |
System.ComponentModel.Design/ComponentDesigner.cs(287,23): (Location of the symbol related to previous warning) | |
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(110,53): warning CS0108: `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.GetEnumerator()' hides inherited member `System.Collections.CollectionBase.GetEnumerator()'. Use the new keyword if hiding was intended | |
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning) | |
Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning) | |
System.ComponentModel.Design/ComponentDesigner.cs(182,4): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' is obsolete: `This method has been deprecated. Use InitializeNewComponent instead.' | |
System.ComponentModel.Design/ComponentDesigner.cs(189,4): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: `This method has been deprecated. Use InitializeExistingComponent instead.' | |
System.ComponentModel.Design/DesignerActionList.cs(67,4): warning CS0162: Unreachable code detected | |
System.Data.Design/TypedDataSetGeneratorException.cs(50,12): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning) | |
System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,32): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `This value has been deprecated. Use ViewTechnology.Default instead. http://go.microsoft.com/fwlink/?linkid=14202' | |
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,10): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.name' is never assigned to, and will always have its default value `null' | |
System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,8): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.is_configured' is never assigned to, and will always have its default value `false' | |
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,16): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.provider_name' is never assigned to, and will always have its default value `null' | |
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,31): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.connection_string' is never assigned to, and will always have its default value `null' | |
System.ComponentModel.Design/DesignerActionMethodItem.cs(41,22): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action_list' is assigned but its value is never used | |
System.ComponentModel.Design/DesignerActionService.cs(45,55): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged' is never used | |
System.ComponentModel.Design/DesignerActionUIService.cs(43,56): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUIStateChange' is never used | |
System.ComponentModel.Design/DesignerHost.cs(416,29): warning CS0067: The event `System.ComponentModel.Design.DesignerHost.Deactivated' is never used | |
System.Web.UI.Design/HierarchicalDataSourceDesigner.cs(48,29): warning CS0067: The event `System.Web.UI.Design.HierarchicalDataSourceDesigner.DataSourceChanged' is never used | |
System.Web.UI.Design/HierarchicalDataSourceDesigner.cs(50,29): warning CS0067: The event `System.Web.UI.Design.HierarchicalDataSourceDesigner.SchemaRefreshed' is never used | |
System.Web.UI.Design/TemplatedControlDesigner.cs(236,33): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is never assigned to, and will always have its default value `null' | |
System.Web.UI.Design/TemplatedControlDesigner.cs(238,16): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never assigned to, and will always have its default value `false' | |
System.Web.UI.Design/TemplatedControlDesigner.cs(239,24): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is never assigned to, and will always have its default value `null' | |
System.Web.UI.Design/TemplateEditingService.cs(90,25): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used | |
System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,10): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' is assigned but its value is never used | |
System.Windows.Forms.Design/AxParameterData.cs(131,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is never assigned to, and will always have its default value `false' | |
System.Windows.Forms.Design/AxParameterData.cs(132,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is never assigned to, and will always have its default value `false' | |
System.Windows.Forms.Design/AxParameterData.cs(133,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' is never assigned to, and will always have its default value `false' | |
System.Windows.Forms.Design/AxParameterData.cs(134,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is never assigned to, and will always have its default value `false' | |
System.Windows.Forms.Design/AxParameterData.cs(135,18): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is never assigned to, and will always have its default value `null' | |
System.Windows.Forms.Design/AxParameterData.cs(136,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is never assigned to, and will always have its default value `null' | |
System.Windows.Forms.Design/AxParameterData.cs(137,18): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used | |
System.Windows.Forms.Design/ComponentTray.cs(51,21): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used | |
System.Windows.Forms.Design/EventHandlerService.cs(37,29): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is never used | |
System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is never used | |
System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is never used | |
System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,29): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used | |
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnumerator.cs(40,14): warning CS0649: Field `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator.state' is never assigned to, and will always have its default value `0' | |
System.Windows.Forms.Design.Behavior/Glyph.cs(41,12): warning CS0649: Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 56 warning(s) | |
MCS [net_4_5] ICSharpCode.SharpZipLib.dll | |
MCS [net_4_5] Mono.Http.dll | |
MCS [net_4_5] Mono.Cairo.dll | |
MCS [net_4_5] IBM.Data.DB2.dll | |
MCS [net_4_5] CustomMarshalers.dll | |
MCS [net_4_5] Mono.Cecil.dll | |
MCS [net_4_5] Mono.Cecil.Mdb.dll | |
MCS [net_4_5] Mono.Debugger.Soft.dll | |
MCS [net_4_5] SystemWebTestShim.dll | |
Assembly/AssemblyInfo.cs(41,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Xml.Linq.dll | |
Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Xml.dll (Location of the symbol related to previous warning) | |
System.Xml.Linq/XDocument.cs(98,6): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead' | |
System.Xml.Linq/XDocument.cs(123,6): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead' | |
System.Xml.Linq/XElement.cs(394,15): warning CS0168: The variable `next' is declared but never used | |
System.Xml.Linq/XElement.cs(420,13): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead' | |
Compilation succeeded - 5 warning(s) | |
MCS [net_4_5] System.Runtime.Serialization.dll | |
Assembly/AssemblyInfo.cs(66,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Runtime.Serialization/XsdDataContractExporter.cs(67,19): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] System.Data.DataSetExtensions.dll | |
System.Data/OrderedEnumerableRowCollection.cs(40,63): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data.OrderedEnumerableRowCollection<TRow>' | |
System.Data/OrderedEnumerableRowCollection.cs(37,53): (Location of the symbol related to previous warning) | |
System.Data/OrderedEnumerableRowCollection.cs(47,64): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data.OrderedEnumerableRowCollection<TRow>' | |
System.Data/OrderedEnumerableRowCollection.cs(37,53): (Location of the symbol related to previous warning) | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] System.Data.Linq.dll | |
src/DbLinq.Firebird/FirebirdVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant | |
src/DbLinq.Ingres/IngresVendor.cs(49,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant | |
src/DbLinq.MySql/MySqlVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant | |
src/DbLinq.Oracle/OracleVendor.cs(44,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant | |
src/DbLinq.PostgreSql/PgsqlVendor.cs(58,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant | |
src/DbLinq.Sqlite/SqliteVendor.cs(50,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant | |
src/DbLinq.SqlServer/SqlServerVendor.cs(54,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant | |
src/DbLinq/Util/ThreadSafeDictionary.cs(281,40): warning CS3008: Identifier `DbLinq.Util.BaseLock._Locks' is not CLS-compliant | |
Compilation succeeded - 8 warning(s) | |
MCS [net_4_5] System.Web.Abstractions.dll | |
MCS [net_4_5] System.Web.Routing.dll | |
MCS [net_4_5] System.IdentityModel.dll | |
System.IdentityModel.Selectors/X509CertificateValidator.cs(100,14): warning CS0108: `System.IdentityModel.Selectors.X509CertificateValidator.X509CertificateValidatorImpl.chain' hides inherited member `System.IdentityModel.Selectors.X509CertificateValidator.chain'. Use the new keyword if hiding was intended | |
System.IdentityModel.Selectors/X509CertificateValidator.cs(38,41): (Location of the symbol related to previous warning) | |
System.IdentityModel.Tokens/SamlAuthenticationStatement.cs(46,35): warning CS0109: The member `System.IdentityModel.Tokens.SamlAuthenticationStatement.bindings' does not hide an inherited member. The new keyword is not required | |
Assembly/AssemblyInfo.cs(64,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.IdentityModel.Claims/ClaimSet.cs(39,19): warning CS0649: Field `System.IdentityModel.Claims.ClaimSet.win' is never assigned to, and will always have its default value `null' | |
System.IdentityModel.Claims/WindowsClaimSet.cs(38,19): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.identity' is never assigned to, and will always have its default value `null' | |
System.IdentityModel.Claims/WindowsClaimSet.cs(39,12): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.expiration_time' is never assigned to, and will always have its default value | |
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticator.cs(68,8): warning CS0649: Field `System.IdentityModel.Selectors.RsaSecurityTokenAuthenticator.RsaAuthorizationPolicy.rsa' is never assigned to, and will always have its default value `null' | |
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(42,37): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator.authenticators' is assigned but its value is never used | |
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(43,12): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator.max_clock_skew' is assigned but its value is never used | |
System.IdentityModel.Selectors/WindowsUserNameSecurityTokenAuthenticator.cs(38,8): warning CS0414: The private field `System.IdentityModel.Selectors.WindowsUserNameSecurityTokenAuthenticator.include_win_groups' is assigned but its value is never used | |
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(55,21): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.cred' is never used | |
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(56,27): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.imp_level' is never used | |
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,10): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.svc_principal_name' is never assigned to, and will always have its default value `null' | |
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,30): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.id' is never assigned to, and will always have its default value `null' | |
System.IdentityModel.Tokens/SessionSecurityToken.cs(42,20): warning CS0649: Field `System.IdentityModel.Tokens.SessionSecurityToken.validFrom' is never assigned to, and will always have its default value | |
System.IdentityModel.Tokens/SessionSecurityToken.cs(43,20): warning CS0649: Field `System.IdentityModel.Tokens.SessionSecurityToken.validTo' is never assigned to, and will always have its default value | |
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(44,16): warning CS0649: Field `System.IdentityModel.Tokens.SessionSecurityTokenHandler.canValidateToken' is never assigned to, and will always have its default value `false' | |
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(45,16): warning CS0649: Field `System.IdentityModel.Tokens.SessionSecurityTokenHandler.canWriteToken' is never assigned to, and will always have its default value `false' | |
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(46,18): warning CS0649: Field `System.IdentityModel.Tokens.SessionSecurityTokenHandler.cookieElementName' is never assigned to, and will always have its default value `null' | |
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(47,18): warning CS0649: Field `System.IdentityModel.Tokens.SessionSecurityTokenHandler.cookieNamespace' is never assigned to, and will always have its default value `null' | |
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(48,16): warning CS0649: Field `System.IdentityModel.Tokens.SessionSecurityTokenHandler.tokenType' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 21 warning(s) | |
MCS [net_4_5] System.IdentityModel.Selectors.dll | |
MCS [net_4_5] System.ServiceModel.dll | |
../../build/common/MonoTODOAttribute.cs(100,25): warning CS1635: Cannot restore warning `CS0436' because it was disabled globally | |
Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"' | |
Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct' | |
Mono.Security.Protocol.Tls/HttpsClientStream.cs(96,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
System.ServiceModel.Channels/HttpTransportBindingElement.cs(316,14): warning CS0108: `System.ServiceModel.Channels.HttpTransportBindingElement.CreateTransportBinding(System.Xml.XmlElement)' hides inherited member `System.ServiceModel.Channels.TransportBindingElement.CreateTransportBinding(System.Xml.XmlElement)'. Use the new keyword if hiding was intended | |
System.ServiceModel.Channels/TransportBindingElement.cs(96,30): (Location of the symbol related to previous warning) | |
System.ServiceModel.Security/SecurityAlgorithmSuite.cs(121,24): warning CS0108: `System.ServiceModel.Security.SecurityAlgorithmSuite.SecurityAlgorithmSuiteImplBase.tdes' hides inherited member `System.ServiceModel.Security.SecurityAlgorithmSuite.tdes'. Use the new keyword if hiding was intended | |
System.ServiceModel.Security/SecurityAlgorithmSuite.cs(261,33): (Location of the symbol related to previous warning) | |
System.ServiceModel/MessageSecurityVersion.cs(101,9): warning CS0108: `System.ServiceModel.MessageSecurityVersion.MessageSecurityVersionImpl.wss11' hides inherited member `System.ServiceModel.MessageSecurityVersion.wss11'. Use the new keyword if hiding was intended | |
System.ServiceModel/MessageSecurityVersion.cs(136,46): (Location of the symbol related to previous warning) | |
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.ServiceModel.Activation.dll (Location of the symbol related to previous warning) | |
System.ServiceModel.Channels.NetTcp/TcpReplyChannel.cs(126,23): warning CS0168: The variable `ex' is declared but never used | |
System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,5): warning CS0162: Unreachable code detected | |
System.ServiceModel.Configuration/AddressHeaderCollectionElement.cs(103,4): warning CS0162: Unreachable code detected | |
System.ServiceModel/ClientBase.cs(251,24): warning CS0168: The variable `ex' is declared but never used | |
System.ServiceModel/ClientRuntimeChannel.cs(483,23): warning CS0168: The variable `ex' is declared but never used | |
System.ServiceModel/Logger.cs(97,24): warning CS0168: The variable `ex' is declared but never used | |
System.ServiceModel/NetTcpBinding.cs(264,4): warning CS0162: Unreachable code detected | |
../System.ServiceModel.Web/System/UriTemplateTable.cs(68,8): warning CS0649: Field `System.UriTemplateTable.is_readonly' is never assigned to, and will always have its default value `false' | |
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t1' is never assigned to, and will always have its default value `null' | |
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t2' is never assigned to, and will always have its default value `null' | |
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t1' is never assigned to, and will always have its default value `null' | |
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t2' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Channels/MsmqBindingElementBase.cs(40,45): warning CS0649: Field `System.ServiceModel.Channels.MsmqBindingElementBase.tx_enabled' is never assigned to, and will always have its default value `false' | |
System.ServiceModel.Channels/MsmqInputChannel.cs(36,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqInputChannel.local_address' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,7): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.abort_count' is never assigned to, and will always have its default value `0' | |
System.ServiceModel.Channels/MsmqMessageProperty.cs(44,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.failure' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Channels/MsmqMessageProperty.cs(45,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.delivery_status' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.move_count' is never assigned to, and will always have its default value `0' | |
System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.MsmqIntegrationBindingElement.binding_element_type' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.NetMsmqBindingElement.binding_element_type' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Description/WSTrustSTSContract.cs(279,17): warning CS0649: Field `System.ServiceModel.Description.WstEntropy.Token' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Description/WSTrustSTSContract.cs(294,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Id' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Description/WSTrustSTSContract.cs(296,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Type' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Description/WSTrustSTSContract.cs(298,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Value' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,17): warning CS0649: Field `System.ServiceModel.Security.Tokens.DerivedKeySecurityToken.resolved_token' is never assigned to, and will always have its default value `null' | |
System.ServiceModel.Security.Tokens/SspiSecurityToken.cs(42,12): warning CS0649: Field `System.ServiceModel.Security.Tokens.SspiSecurityToken.valid_to' is never assigned to, and will always have its default value | |
System.ServiceModel.Security.Tokens/SspiSession.cs(17,35): warning CS0649: Field `System.ServiceModel.Security.SspiSession.ClientOSVersion' is never assigned to, and will always have its default value `0' | |
System.ServiceModel.Security.Tokens/SspiSession.cs(159,15): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedDomain' is never assigned to, and will always have its default value `0' | |
System.ServiceModel.Security.Tokens/SspiSession.cs(159,31): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedWorkstation' is never assigned to, and will always have its default value `0' | |
System.ServiceModel/NetTcpBinding.cs(46,27): warning CS0649: Field `System.ServiceModel.NetTcpBinding.reliable_session' is never assigned to, and will always have its default value `null' | |
System.ServiceModel/ServiceSecurityContext.cs(40,33): warning CS0649: Field `System.ServiceModel.ServiceSecurityContext.current' is never assigned to, and will always have its default value `null' | |
System.ServiceModel/WSDualHttpBinding.cs(50,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.reliable_session' is never assigned to, and will always have its default value `null' | |
System.ServiceModel/WSDualHttpBinding.cs(51,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.env_version' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 41 warning(s) | |
MCS [net_4_5] System.Web.Extensions.dll | |
./Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning) | |
../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(78,16): warning CS0436: The type `System.Web.Util.MachineKeySectionUtils' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../System.Web/System.Web.Util/MachineKeySectionUtils.cs(43,15): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning) | |
./System.Web.Handlers/ScriptResourceHandler.cs(137,9): warning CS0168: The variable `atime' is declared but never used | |
./System.Web.ClientServices.Providers/ClientFormsAuthenticationMembershipProvider.cs(46,54): warning CS0067: The event `System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider.UserValidated' is never used | |
./System.Web.ClientServices.Providers/ClientSettingsProvider.cs(47,54): warning CS0067: The event `System.Web.ClientServices.Providers.ClientSettingsProvider.SettingsSaved' is never used | |
./System.Web.Script.Serialization/JsonDeserializer.cs(267,24): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.serializer' is assigned but its value is never used | |
./System.Web.Script.Serialization/JsonDeserializer.cs(268,26): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.typeResolver' is assigned but its value is never used | |
./System.Web.UI.WebControls/NextPreviousPagerField.cs(46,7): warning CS0414: The private field `System.Web.UI.WebControls.NextPreviousPagerField._fieldIndex' is assigned but its value is never used | |
./System.Web.UI.WebControls/NumericPagerField.cs(49,7): warning CS0414: The private field `System.Web.UI.WebControls.NumericPagerField._fieldIndex' is assigned but its value is never used | |
Compilation succeeded - 9 warning(s) | |
MCS [net_4_5] System.Web.Extensions.Design.dll | |
Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Design.dll (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Web.DynamicData.dll | |
Assembly/AssemblyInfo.cs(64,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] Mono.C5.dll | |
C5/Interfaces.cs(727,10): warning CS0108: `C5.IList<T>.IsFixedSize' hides inherited member `System.Collections.IList.IsFixedSize'. Use the new keyword if hiding was intended | |
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] Mono.Management.dll | |
MCS [net_4_5] Mono.Options.dll | |
MCS [net_4_5] Mono.Simd.dll | |
Mono.Simd/Vector4f.cs(88,16): warning CS0660: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.Equals(object o) | |
Mono.Simd/Vector4f.cs(88,16): warning CS0661: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.GetHashCode() | |
Mono.Simd/Vector4ui.cs(34,16): warning CS0660: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.Equals(object o) | |
Mono.Simd/Vector4ui.cs(34,16): warning CS0661: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.GetHashCode() | |
Mono.Simd/Vector4i.cs(33,16): warning CS0660: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.Equals(object o) | |
Mono.Simd/Vector4i.cs(33,16): warning CS0661: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.GetHashCode() | |
Mono.Simd/Vector8us.cs(34,16): warning CS0660: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.Equals(object o) | |
Mono.Simd/Vector8us.cs(34,16): warning CS0661: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.GetHashCode() | |
Mono.Simd/Vector8s.cs(33,16): warning CS0660: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.Equals(object o) | |
Mono.Simd/Vector8s.cs(33,16): warning CS0661: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.GetHashCode() | |
Mono.Simd/Vector16b.cs(33,16): warning CS0660: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.Equals(object o) | |
Mono.Simd/Vector16b.cs(33,16): warning CS0661: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.GetHashCode() | |
Mono.Simd/Vector16sb.cs(34,16): warning CS0660: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.Equals(object o) | |
Mono.Simd/Vector16sb.cs(34,16): warning CS0661: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.GetHashCode() | |
Mono.Simd/VectorOperations.cs(983,34): warning CS3002: Return type of `Mono.Simd.VectorOperations.Shuffle(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui, Mono.Simd.ShuffleSel)' is not CLS-compliant | |
Mono.Simd/VectorOperations.cs(983,58): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant | |
Mono.Simd/VectorOperations.cs(983,72): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant | |
Mono.Simd/VectorOperations.cs(1008,34): warning CS3002: Return type of `Mono.Simd.VectorOperations.Shuffle(this Mono.Simd.Vector2ul, Mono.Simd.Vector2ul, int)' is not CLS-compliant | |
Mono.Simd/VectorOperations.cs(1008,58): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant | |
Mono.Simd/VectorOperations.cs(1008,72): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant | |
Compilation succeeded - 20 warning(s) | |
MCS [net_4_5] Mono.Tasklets.dll | |
MCS [net_4_5] System.Dynamic.dll | |
MCS [net_4_5] Mono.CSharp.dll | |
MCS [net_4_5] System.Net.dll | |
MCS [net_4_5] System.Json.dll | |
../System.ServiceModel.Web/System.Runtime.Serialization.Json/JavaScriptReader.cs(167,9): warning CS0219: The variable `negative' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Numerics.dll | |
MCS [net_4_5] Microsoft.CSharp.dll | |
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/Mono.CSharp.dll (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Windows.Forms.DataVisualization.dll | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(67,15): warning CS0114: `System.Windows.Forms.DataVisualization.Charting.Chart.Font' hides inherited member `System.Windows.Forms.Control.Font'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword | |
./../../class/lib/net_4_5/System.Windows.Forms.dll (Location of the symbol related to previous warning) | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(79,15): warning CS0108: `System.Windows.Forms.DataVisualization.Charting.Chart.Size' hides inherited member `System.Windows.Forms.Control.Size'. Use the new keyword if hiding was intended | |
./../../class/lib/net_4_5/System.Windows.Forms.dll (Location of the symbol related to previous warning) | |
System.Windows.Forms.DataVisualization.Charting/Axis.cs(98,21): warning CS0414: The private field `System.Windows.Forms.DataVisualization.Charting.Axis.ChartArea' is assigned but its value is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(116,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPlaced' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(117,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPositionChanged' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(118,66): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPositionChanging' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(119,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationSelectionChanged' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(120,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationTextChanged' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(121,49): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBarClicked' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(122,44): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChanged' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(123,44): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChanging' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(124,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanged' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(125,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanging' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(126,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.Customize' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(127,55): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLegend' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(128,52): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.FormatNumber' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(129,47): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(130,50): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.PostPaint' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(131,50): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.PrePaint' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(132,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRangeChanged' is never used | |
System.Windows.Forms.DataVisualization.Charting/Chart.cs(133,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRangeChanging' is never used | |
Compilation succeeded - 21 warning(s) | |
MCS [net_4_5] System.Xaml.dll | |
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Xaml/TypeExtensionMethods.cs(152,35): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete | |
System.Xaml/XamlSchemaContext.cs(239,20): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete | |
Compilation succeeded - 3 warning(s) | |
MCS [net_4_5] WindowsBase.dll | |
System.IO.Packaging/PackageDigitalSignature.cs(94,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead' | |
System.IO.Packaging/PackageProperties.cs(92,25): warning CS0219: The variable `rel' is assigned but its value is never used | |
System.IO.Packaging/ZipPackagePart.cs(58,18): warning CS0219: The variable `zps' is assigned but its value is never used | |
System.Security.RightsManagement/ContentGrant.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Security.RightsManagement/ContentUser.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Security.RightsManagement/CryptoProvider.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Security.RightsManagement/LocalizedNameDescriptionPair.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Security.RightsManagement/PublishLicense.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Security.RightsManagement/SecureEnvironment.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Security.RightsManagement/UnsignedPublishLicense.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.Security.RightsManagement/UseLicense.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete | |
System.IO.Packaging/PackUriHelper.cs(33,23): warning CS0414: The private field `System.IO.Packaging.PackUriHelper.PackSchemeUri' is assigned but its value is never used | |
System.IO.Packaging/PackageDigitalSignatureManager.cs(91,45): warning CS0067: The event `System.IO.Packaging.PackageDigitalSignatureManager.InvalidSignatureEvent' is never used | |
System.Windows/Freezable.cs(144,29): warning CS0067: The event `System.Windows.Freezable.Changed' is never used | |
System.Windows/LocalValueEnumerator.cs(36,49): warning CS0414: The private field `System.Windows.LocalValueEnumerator.properties' is assigned but its value is never used | |
System.Windows.Data/DataSourceProvider.cs(63,29): warning CS0067: The event `System.Windows.Data.DataSourceProvider.DataChanged' is never used | |
System.Windows.Interop/ComponentDispatcher.cs(43,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.EnterThreadModal' is never used | |
System.Windows.Interop/ComponentDispatcher.cs(44,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.LeaveThreadModal' is never used | |
System.Windows.Interop/ComponentDispatcher.cs(45,49): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadFilterMessage' is never used | |
System.Windows.Interop/ComponentDispatcher.cs(46,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadIdle' is never used | |
System.Windows.Interop/ComponentDispatcher.cs(47,49): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadPreprocessMessage' is never used | |
System.Windows.Threading/Dispatcher.cs(503,57): warning CS0067: The event `System.Windows.Threading.Dispatcher.UnhandledException' is never used | |
System.Windows.Threading/Dispatcher.cs(504,63): warning CS0067: The event `System.Windows.Threading.Dispatcher.UnhandledExceptionFilter' is never used | |
System.Windows.Threading/DispatcherOperation.cs(146,29): warning CS0067: The event `System.Windows.Threading.DispatcherOperation.Aborted' is never used | |
Compilation succeeded - 24 warning(s) | |
MCS [net_4_5] System.ServiceModel.Activation.dll | |
MCS [net_4_5] System.ServiceModel.Routing.dll | |
Assembly/AssemblyInfo.cs(38,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.ServiceModel.dll (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.ServiceModel.Discovery.dll | |
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(227,43): warning CS0436: The type `System.ServiceModel.Channels.RequestChannelBase' conflicts with the imported type of same name'. Ignoring the imported type definition | |
System.ServiceModel.Channels/RequestChannelBase.cs(39,26): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.ServiceModel.dll (Location of the symbol related to previous warning) | |
System.ServiceModel.Discovery/DiscoveryClient.cs(98,59): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.FindProgressChanged' is never used | |
System.ServiceModel.Discovery/DiscoveryClient.cs(99,52): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.ProxyAvailable' is never used | |
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(237,19): warning CS0169: The private field `System.ServiceModel.Discovery.DiscoveryRequestChannel.client' is never used | |
Compilation succeeded - 4 warning(s) | |
MCS [net_4_5] System.Runtime.Caching.dll | |
MCS [net_4_5] System.Runtime.DurableInstancing.dll | |
MCS [net_4_5] Mono.Parallel.dll | |
MCS [net_4_5] System.Reactive.Interfaces.dll | |
MCS [net_4_5] System.Reactive.Core.dll | |
MCS [net_4_5] System.Reactive.Linq.dll | |
../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/Latest.cs(101,21): warning CS0219: The variable `value' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Reactive.PlatformServices.dll | |
MCS [net_4_5] System.Reactive.Providers.dll | |
MCS [net_4_5] System.Reactive.Runtime.Remoting.dll | |
MCS [net_4_5] System.Reactive.Windows.Forms.dll | |
MCS [net_4_5] System.Reactive.Windows.Threading.dll | |
MCS [net_4_5] System.Reactive.Observable.Aliases.dll | |
MCS [net_4_5] System.Reactive.Experimental.dll | |
MCS [net_4_5] System.Reactive.Debugger.dll | |
MCS [net_4_5] Microsoft.Web.Infrastructure.dll | |
MCS [net_4_5] WebMatrix.Data.dll | |
MCS [net_4_5] System.ServiceModel.Web.dll | |
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.ServiceModel.dll (Location of the symbol related to previous warning) | |
System.ServiceModel.Description/WebHttpBehavior.cs(43,22): warning CS0219: The variable `info' is assigned but its value is never used | |
System.ServiceModel.Dispatcher/WebHttpDispatchOperationSelector.cs(87,12): warning CS0219: The variable `dummy' is assigned but its value is never used | |
System.ServiceModel/WebHttpBinding.cs(63,11): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' | |
System.ServiceModel.Configuration/WebHttpBindingCollectionElement.cs(53,42): warning CS0414: The private field `System.ServiceModel.Configuration.WebHttpBindingCollectionElement.properties' is assigned but its value is never used | |
System.ServiceModel.Dispatcher/JsonQueryStringConverter.cs(42,30): warning CS0414: The private field `System.ServiceModel.Dispatcher.JsonQueryStringConverter.serializer' is assigned but its value is never used | |
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The private field `System.ServiceModel.Dispatcher.WebMessageFormatter.WebClientMessageFormatter.default_formatter' is never used | |
System.ServiceModel/WebHttpBinding.cs(84,8): warning CS0649: Field `System.ServiceModel.WebHttpBinding.receive_synchronously' is never assigned to, and will always have its default value `false' | |
Compilation succeeded - 8 warning(s) | |
MCS [net_4_5] System.Data.Services.Client.dll | |
./Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.' | |
./Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,78): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.' | |
./Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.' | |
Compilation succeeded - 3 warning(s) | |
MCS [net_4_5] System.Data.Services.dll | |
./System.Data.Services/DataServiceException.cs(67,13): warning CS0628: `System.Data.Services.DataServiceException.DataServiceException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)': new protected member declared in sealed class | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Json.Microsoft.dll | |
MCS [net_4_5] System.Data.Entity.dll | |
../../../external/referencesource/System.Data.Entity/System/Data/Mapping/StorageEntityContainerMapping.cs(504,17): warning CS0472: The result of comparing value type `System.Data.Mapping.InputForComputingCellGroups' with null is always `false' | |
../../../external/referencesource/System.Data.Entity/System/Data/Mapping/StorageEntityContainerMapping.cs(506,17): warning CS0162: Unreachable code detected | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] monodoc.dll | |
../../../external/Lucene.Net/src/core/Support/FileSupport.cs(113,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally | |
../../../external/Lucene.Net/src/core/Support/EquatableList.cs(239,39): warning CS0693: Type parameter `T' has the same name as the type parameter from outer type `Lucene.Net.Support.EquatableList<T>' | |
../../../external/Lucene.Net/src/core/Support/EquatableList.cs(34,32): (Location of the symbol related to previous warning) | |
Monodoc.Ecma/EcmaUrlTokenizer.cs(12,7): warning CS0414: The private field `Monodoc.Ecma.EcmaUrlTokenizer.current_token' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(222,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.StandardTokenizerImpl.yyline' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(230,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.StandardTokenizerImpl.yycolumn' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(233,16): warning CS0414: The private field `Lucene.Net.Analysis.Standard.StandardTokenizerImpl.zzAtBOL' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Document/DateTools.cs(58,57): warning CS0414: The private field `Lucene.Net.Documents.DateTools.calInstance' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Index/CharBlockPool.cs(31,16): warning CS0649: Field `Lucene.Net.Index.CharBlockPool.numBuffer' is never assigned to, and will always have its default value `0' | |
../../../external/Lucene.Net/src/core/Index/DocFieldProcessorPerThread.cs(42,18): warning CS0649: Field `Lucene.Net.Index.DocFieldProcessorPerThread.docBoost' is never assigned to, and will always have its default value `0' | |
../../../external/Lucene.Net/src/core/Index/FormatPostingsDocsWriter.cs(39,17): warning CS0649: Field `Lucene.Net.Index.FormatPostingsDocsWriter.freqStart' is never assigned to, and will always have its default value `0' | |
../../../external/Lucene.Net/src/core/Index/TermVectorsTermsWriter.cs(34,30): warning CS0649: Field `Lucene.Net.Index.TermVectorsTermsWriter.termVectorsWriter' is never assigned to, and will always have its default value `null' | |
../../../external/Lucene.Net/src/core/Messages/NLS.cs(59,40): warning CS0414: The private field `Lucene.Net.Messages.NLS.AnonymousClassPrivilegedAction.field' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Search/DocIdSetIterator.cs(29,15): warning CS0414: The private field `Lucene.Net.Search.DocIdSetIterator.doc' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Search/Function/CustomScoreQuery.cs(487,24): warning CS0414: The private field `Lucene.Net.Search.Function.CustomScoreQuery.CustomScorer.reader' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Search/Function/ValueSourceQuery.cs(163,39): warning CS0414: The private field `Lucene.Net.Search.Function.ValueSourceQuery.ValueSourceScorer.weight' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Search/Spans/SpanFirstQuery.cs(45,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanFirstQuery.AnonymousClassSpans.reader' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Search/Spans/SpanNotQuery.cs(47,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanNotQuery.AnonymousClassSpans.reader' is assigned but its value is never used | |
../../../external/Lucene.Net/src/core/Store/MMapDirectory.cs(75,19): warning CS0414: The private field `Lucene.Net.Store.MMapDirectory.AnonymousClassPrivilegedExceptionAction.buffer' is assigned but its value is never used | |
Compilation succeeded - 18 warning(s) | |
MCS [net_4_5] System.Threading.Tasks.Dataflow.dll | |
System.Threading.Tasks.Dataflow/BatchBlock.cs(59,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
System.Threading.Tasks.Dataflow/BatchedJoinBlock.cs(64,40): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.cs(65,40): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
System.Threading.Tasks.Dataflow/BroadcastBlock.cs(49,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
System.Threading.Tasks.Dataflow/BufferBlock.cs(44,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
System.Threading.Tasks.Dataflow/JoinBlock.cs(54,34): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
System.Threading.Tasks.Dataflow/JoinBlock`3.cs(56,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
System.Threading.Tasks.Dataflow/WriteOnceBlock.cs(50,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.DataflowBlockOptions)' is obsolete: `Use ctor' | |
Compilation succeeded - 8 warning(s) | |
MCS [net_4_5] System.ComponentModel.Composition.dll | |
MCS [net_4_5] System.Net.Http.dll | |
MCS [net_4_5] System.Net.Http.WebRequest.dll | |
Assembly/AssemblyInfo.cs(43,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition | |
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning) | |
./../../class/lib/net_4_5/System.Net.Http.dll (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Web.Razor.dll | |
MCS [net_4_5] System.Web.WebPages.Deployment.dll | |
MCS [net_4_5] System.Web.WebPages.dll | |
MCS [net_4_5] System.Web.WebPages.Razor.dll | |
MCS [net_4_5] System.Web.Mvc.dll | |
MCS [net_4_5] System.Net.Http.Formatting.dll | |
../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Formatting/JsonContractResolver.cs(95,59): warning CS0108: `System.Net.Http.Formatting.JsonContractResolver.PrivateMemberContractResolver.Instance' hides inherited member `Newtonsoft.Json.Serialization.DefaultContractResolver.Instance'. Use the new keyword if hiding was intended | |
../../../external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/DefaultContractResolver.cs(94,39): (Location of the symbol related to previous warning) | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Web.Http.dll | |
../../../external/aspnetwebstack/src/System.Web.Http/Controllers/ReflectedHttpActionDescriptor.cs(356,38): warning CS1717: Assignment made to same variable; did you mean to assign something else? | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.Web.Http.SelfHost.dll | |
MCS [net_4_5] System.Web.Http.WebHost.dll | |
MCS [net_4_5] EntityFramework.dll | |
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(67,37): warning CS3001: Argument type `System.Func<System.Data.Entity.Core.Metadata.Edm.EdmItemCollection>' is not CLS-compliant | |
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(68,39): warning CS3001: Argument type `System.Func<System.Data.Entity.Core.Metadata.Edm.StoreItemCollection>' is not CLS-compliant | |
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(69,48): warning CS3001: Argument type `System.Func<System.Data.Entity.Core.Mapping.StorageMappingItemCollection>' is not CLS-compliant | |
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(70,40): warning CS3001: Argument type `System.Func<System.Data.Entity.Core.Metadata.Edm.ObjectItemCollection>' is not CLS-compliant | |
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(98,37): warning CS3001: Argument type `System.Func<System.Data.Entity.Core.Metadata.Edm.EdmItemCollection>' is not CLS-compliant | |
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(99,39): warning CS3001: Argument type `System.Func<System.Data.Entity.Core.Metadata.Edm.StoreItemCollection>' is not CLS-compliant | |
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(100,48): warning CS3001: Argument type `System.Func<System.Data.Entity.Core.Mapping.StorageMappingItemCollection>' is not CLS-compliant | |
Compilation succeeded - 7 warning(s) | |
MCS [net_4_5] EntityFramework.SqlServer.dll | |
MCS [net_4_5] Mono.CodeContracts.dll | |
Mono.CodeContracts.Static.ControlFlow.Blocks/EnsuresBlock.cs(177,39): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.IO.Compression.dll | |
SharpCompress/Writer/Zip/ZipWriter.cs(29,43): warning CS0414: The private field `SharpCompress.Writer.Zip.ZipWriter.deflateCompressionLevel' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] System.IO.Compression.FileSystem.dll | |
MCS [net_4_5] System.Windows.dll | |
MCS [net_4_5] System.Xml.Serialization.dll | |
MCS [net_4_5] System.Collections.Concurrent.dll | |
MCS [net_4_5] System.Collections.dll | |
MCS [net_4_5] System.ComponentModel.Annotations.dll | |
MCS [net_4_5] System.ComponentModel.EventBasedAsync.dll | |
MCS [net_4_5] System.ComponentModel.dll | |
MCS [net_4_5] System.Diagnostics.Contracts.dll | |
MCS [net_4_5] System.Diagnostics.Debug.dll | |
MCS [net_4_5] System.Diagnostics.Tracing.dll | |
MCS [net_4_5] System.Diagnostics.Tools.dll | |
MCS [net_4_5] System.Dynamic.Runtime.dll | |
MCS [net_4_5] System.Globalization.dll | |
MCS [net_4_5] System.IO.dll | |
MCS [net_4_5] System.Linq.Expressions.dll | |
MCS [net_4_5] System.Linq.Parallel.dll | |
MCS [net_4_5] System.Linq.Queryable.dll | |
MCS [net_4_5] System.Linq.dll | |
MCS [net_4_5] System.Net.NetworkInformation.dll | |
MCS [net_4_5] System.Net.Primitives.dll | |
MCS [net_4_5] System.Net.Requests.dll | |
MCS [net_4_5] System.ObjectModel.dll | |
MCS [net_4_5] System.Reflection.Extensions.dll | |
MCS [net_4_5] System.Reflection.Primitives.dll | |
MCS [net_4_5] System.Reflection.dll | |
MCS [net_4_5] System.Resources.ResourceManager.dll | |
MCS [net_4_5] System.Runtime.Extensions.dll | |
MCS [net_4_5] System.Runtime.InteropServices.dll | |
MCS [net_4_5] System.Runtime.InteropServices.WindowsRuntime.dll | |
MCS [net_4_5] System.Runtime.Numerics.dll | |
MCS [net_4_5] System.Runtime.Serialization.Json.dll | |
MCS [net_4_5] System.Runtime.Serialization.Primitives.dll | |
MCS [net_4_5] System.Runtime.Serialization.Xml.dll | |
MCS [net_4_5] System.Runtime.dll | |
MCS [net_4_5] System.Security.Principal.dll | |
MCS [net_4_5] System.ServiceModel.Http.dll | |
MCS [net_4_5] System.ServiceModel.Primitives.dll | |
MCS [net_4_5] System.ServiceModel.Security.dll | |
MCS [net_4_5] System.Text.Encoding.Extensions.dll | |
MCS [net_4_5] System.Text.Encoding.dll | |
MCS [net_4_5] System.Text.RegularExpressions.dll | |
MCS [net_4_5] System.Threading.Tasks.Parallel.dll | |
MCS [net_4_5] System.Threading.Tasks.dll | |
MCS [net_4_5] System.Threading.Timer.dll | |
MCS [net_4_5] System.Threading.dll | |
MCS [net_4_5] System.Xml.ReaderWriter.dll | |
MCS [net_4_5] System.Xml.XDocument.dll | |
MCS [net_4_5] System.Xml.XmlSerializer.dll | |
MCS [net_4_5] System.Reflection.Emit.ILGeneration.dll | |
MCS [net_4_5] System.Reflection.Emit.Lightweight.dll | |
MCS [net_4_5] System.Reflection.Emit.dll | |
MCS [net_4_5] Microsoft.Build.Framework.dll | |
MCS [net_4_5] Microsoft.Build.Utilities.v4.0.dll | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(44,4): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(51,53): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(55,12): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' | |
Compilation succeeded - 3 warning(s) | |
MCS [net_4_5] Microsoft.Build.Engine.dll | |
MCS [net_4_5] Mono.XBuild.Tasks.dll | |
MCS [net_4_5] Microsoft.Build.Tasks.v4.0.dll | |
Microsoft.Build.Tasks/Csc.cs(130,11): warning CS0472: The result of comparing value type `int' with null is always `false' | |
Microsoft.Build.Tasks/Csc.cs(131,6): warning CS0162: Unreachable code detected | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(42,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.products' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_id' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_keyword' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.message' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(41,24): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.severity' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.component_files' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.key_file' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.messages' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(44,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.succeeded' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(50,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.productBuilders' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(38,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.product' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.includes' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productBuilder' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(44,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productCode' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isFrameworkAssembly' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isNeutralPlatform' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(42,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isStrongName' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(39,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.externalProxyStubs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.clsId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.description' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.progId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.threadingModel' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(40,14): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.comClasses' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.proxyStubs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(43,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.typeLibs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(41,31): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.assemblyReferences' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(44,27): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.fileReferences' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(46,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.outputMessages' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.error_count' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(43,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.warning_count' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.text' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.type' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.baseInterface' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.iid' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.numMethods' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.hasUnmanagedCodePermission' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.flags' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.helpDirectory' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.resourceId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.version' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.versioned' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(60,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.scatterFiles' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(62,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.serializationAssemblyFiles' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.suggestedRedirects' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/SGen.cs(45,10): warning CS0649: Field `Microsoft.Build.Tasks.SGen.serializationAssemblyName' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 54 warning(s) | |
MCS [net_4_5] Microsoft.Build.dll | |
Microsoft.Build.Evaluation/Project.cs(642,9): warning CS0219: The variable `dic' is assigned but its value is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(436,11): warning CS0219: The variable `ex' is assigned but its value is never used | |
Microsoft.Build.Internal/ExpressionTokenizer.cs(242,5): warning CS0162: Unreachable code detected | |
Microsoft.Build.Evaluation/Project.cs(381,27): warning CS0414: The private field `Microsoft.Build.Evaluation.Project.target_sep' is assigned but its value is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(133,54): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectChanged' is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(135,64): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectCollectionChanged' is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(137,57): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectXmlChanged' is never used | |
Compilation succeeded - 7 warning(s) | |
AOT [net_4_5] mscorlib.dll.dylib | |
AOT [net_4_5] mcs.exe.dylib | |
MCS [net_4_5] nunit.framework.dll | |
MCS [net_4_5] nunit.core.interfaces.dll | |
MCS [net_4_5] nunit.core.dll | |
ThreadUtility.cs(43,24): warning CS0612: `System.Threading.Thread.Resume()' is obsolete | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] nunit.util.dll | |
XmlResultTransform.cs(20,11): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete | |
XmlResultTransform.cs(20,43): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete | |
XmlResultTransform.cs(20,43): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete | |
XmlResultTransform.cs(20,43): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete | |
Compilation succeeded - 4 warning(s) | |
MCS [net_4_5] nunit.mocks.dll | |
MCS [net_4_5] nunit.framework.extensions.dll | |
MCS [net_4_5] nunit.core.extensions.dll | |
MCS [net_4_5] nunit-console-runner.dll | |
MCS [net_4_5] ilasm.exe | |
/Volumes/3TB_OSX/Users/Josh/Dropbox/Projects/mono/mcs/ilasm/parser/ILParser.jay(62,83): warning CS0618: `System.Security.Permissions.SecurityAction.RequestMinimum' is obsolete: `This requests should not be used' | |
/Volumes/3TB_OSX/Users/Josh/Dropbox/Projects/mono/mcs/ilasm/parser/ILParser.jay(63,86): warning CS0618: `System.Security.Permissions.SecurityAction.RequestOptional' is obsolete: `This requests should not be used' | |
/Volumes/3TB_OSX/Users/Josh/Dropbox/Projects/mono/mcs/ilasm/parser/ILParser.jay(64,86): warning CS0618: `System.Security.Permissions.SecurityAction.RequestRefuse' is obsolete: `This requests should not be used' | |
Driver.cs(192,52): warning CS0168: The variable `e' is declared but never used | |
codegen/CodeGen.cs(459,48): warning CS0219: The variable `asmb' is assigned but its value is never used | |
codegen/DebuggingInfo.cs(103,16): warning CS0219: The variable `entry' is assigned but its value is never used | |
codegen/MethodRef.cs(35,32): warning CS0219: The variable `write_name' is assigned but its value is never used | |
scanner/InstrToken.cs(58,22): warning CS0618: `System.Reflection.Emit.OperandType.InlinePhi' is obsolete: `This API has been deprecated.' | |
/Volumes/3TB_OSX/Users/Josh/Dropbox/Projects/mono/mcs/ilasm/parser/ILParser.jay(35,14): warning CS0649: Field `Mono.ILASM.ILParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0' | |
Driver.cs(47,38): warning CS0414: The private field `Mono.ILASM.Driver.DriverMain.show_method_def' is assigned but its value is never used | |
Driver.cs(48,38): warning CS0414: The private field `Mono.ILASM.Driver.DriverMain.show_method_ref' is assigned but its value is never used | |
Report.cs(19,36): warning CS0169: The private field `Mono.ILASM.Report.mark_count' is never used | |
codegen/CodeGen.cs(32,38): warning CS0649: Field `Mono.ILASM.CodeGen.current_moduleref' is never assigned to, and will always have its default value `null' | |
codegen/CodeGen.cs(60,30): warning CS0414: The private field `Mono.ILASM.CodeGen.image_base' is assigned but its value is never used | |
codegen/CodeGen.cs(64,18): warning CS0169: The private field `Mono.ILASM.CodeGen.debug_file' is never used | |
codegen/FieldDef.cs(26,30): warning CS0414: The private field `Mono.ILASM.FieldDef.datavalue_set' is assigned but its value is never used | |
codegen/MethodDef.cs(54,33): warning CS0414: The private field `Mono.ILASM.MethodDef.codegen' is assigned but its value is never used | |
codegen/DataDef.cs(18,30): warning CS0414: The private field `Mono.ILASM.DataDef.is_tls' is assigned but its value is never used | |
codegen/GenericTypeInst.cs(22,30): warning CS0649: Field `Mono.ILASM.GenericTypeInst.is_valuetypeinst' is never assigned to, and will always have its default value `false' | |
Compilation succeeded - 19 warning(s) | |
MCS [net_4_5] al.exe | |
Al.cs(55,8): warning CS0414: The private field `Mono.AssemblyLinker.AssemblyLinker.fullPaths' is assigned but its value is never used | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] mono-service.exe | |
mono-service.cs(135,38): warning CS0618: `System.AppDomain.CreateInstanceAndUnwrap(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Use an overload that does not take an Evidence parameter' | |
mono-service.cs(207,35): warning CS0618: `System.AppDomain.ExecuteAssembly(string, System.Security.Policy.Evidence, string[])' is obsolete: `Use an overload that does not take an Evidence parameter' | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] xbuild.exe | |
MCS [net_4_5] disco.exe | |
MCS [net_4_5] macpack.exe | |
MCS [net_4_5] mdoc.exe | |
Mono.Documentation/monodocer.cs(2479,11): warning CS0219: The variable `baseType' is assigned but its value is never used | |
Mono.Documentation/monodocer.cs(3814,21): warning CS0168: The variable `ex' is declared but never used | |
Mono.Documentation/preserver.cs(22,8): warning CS0219: The variable `p' is assigned but its value is never used | |
Compilation succeeded - 3 warning(s) | |
MCS [net_4_5] Mono.Configuration.Crypto.dll | |
Mono.Configuration.Crypto/Key.cs(14,26): warning CS0414: The private field `Mono.Configuration.Crypto.Key.splitChars' is assigned but its value is never used | |
Mono.Configuration.Crypto/Key.cs(17,22): warning CS0169: The private field `Mono.Configuration.Crypto.Key.keypair' is never used | |
Compilation succeeded - 2 warning(s) | |
MCS [net_4_5] mono-configuration-crypto.exe | |
MCS [net_4_5] ccrewrite.exe | |
MCS [net_4_5] cccheck.exe | |
MCS [net_4_5] secutil.exe | |
MCS [net_4_5] cert2spc.exe | |
MCS [net_4_5] sn.exe | |
MCS [net_4_5] makecert.exe | |
MCS [net_4_5] chktrust.exe | |
MCS [net_4_5] crlupdate.exe | |
MCS [net_4_5] signcode.exe | |
MCS [net_4_5] setreg.exe | |
MCS [net_4_5] certmgr.exe | |
certmgr.cs(445,27): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' | |
Compilation succeeded - 1 warning(s) | |
MCS [net_4_5] caspol.exe | |
caspol.cs(88,56): warning CS0618: `System.Security.SecurityManager.SecurityEnabled' is obsolete: `The security manager cannot be turned off on MS runtime' | |
caspol.cs(89,63): warning CS0612: `System.Security.SecurityManager.CheckExecutionRights' is obsolete | |
caspol.cs(298,55): warning CS0618: `System.Security.Policy.PolicyLevel.FullTrustAssemblies' is obsolete: `All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.' | |
caspol.cs(324,37): warning CS0612: `System.Security.SecurityManager.PolicyHierarchy()' is obsolete | |
caspol.cs(350,37): warning CS0612: `System.Security.SecurityManager.PolicyHierarchy()' is obsolete | |
caspol.cs(408,21): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(432,22): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(453,22): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(470,8): warning CS0618: `System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongName)' is obsolete: `All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.' | |
caspol.cs(484,8): warning CS0618: `System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongName)' is obsolete: `All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.' | |
caspol.cs(724,20): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(745,20): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(765,20): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(778,21): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(790,22): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete | |
caspol.cs(804,20): warning CS0618: `System.Security.SecurityManager.SecurityEnabled' is obsolete: `The security manager cannot be turned off on MS runtime' | |
caspol.cs(815,20): warning CS0612: `System.Security.SecurityManager.CheckExecutionRights' is obsolete | |
caspol.cs(847,36): warning CS0612: `System.Security.SecurityManager.PolicyHierarchy()' is obsolete | |
caspol.cs(921,34): warning CS0612: `System.Security.SecurityManager.LoadPolicyLevelFromFile(string, System.Security.PolicyLevelType)' is obsolete | |
caspol.cs(927,34): warning CS0612: `System.Security.SecurityManager.LoadPolicyLevelFromFile(string, System.Security.PolicyLevelType)' is obsolete | |
caspol.cs(83,15): warning CS0414: The private field `Mono.Tools.CasPol.forcePolicyChanges' is assigned but its value is never used | |
Compilation succeeded - 21 warning(s) | |
MCS [net_4_5] mozroots.exe | |
MCS [net_4_5] cert-sync.exe | |
MCS [net_4_5] httpcfg.exe | |
MCS [xbuild_12] Microsoft.Build.Framework.dll | |
MCS [xbuild_12] Microsoft.Build.Utilities.v12.0.dll | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(44,4): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(51,53): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(55,12): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' | |
Compilation succeeded - 3 warning(s) | |
MCS [xbuild_12] Microsoft.Build.Engine.dll | |
MCS [xbuild_12] Mono.XBuild.Tasks.dll | |
MCS [xbuild_12] Microsoft.Build.Tasks.v12.0.dll | |
Microsoft.Build.Tasks/Csc.cs(130,11): warning CS0472: The result of comparing value type `int' with null is always `false' | |
Microsoft.Build.Tasks/Csc.cs(131,6): warning CS0162: Unreachable code detected | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(42,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.products' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_id' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_keyword' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.message' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(41,24): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.severity' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.component_files' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.key_file' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.messages' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(44,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.succeeded' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(50,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.productBuilders' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(38,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.product' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.includes' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productBuilder' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(44,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productCode' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isFrameworkAssembly' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isNeutralPlatform' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(42,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isStrongName' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(39,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.externalProxyStubs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.clsId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.description' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.progId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.threadingModel' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(40,14): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.comClasses' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.proxyStubs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(43,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.typeLibs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(41,31): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.assemblyReferences' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(44,27): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.fileReferences' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(46,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.outputMessages' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.error_count' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(43,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.warning_count' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.text' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.type' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.baseInterface' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.iid' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.numMethods' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.hasUnmanagedCodePermission' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.flags' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.helpDirectory' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.resourceId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.version' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.versioned' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(60,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.scatterFiles' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(62,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.serializationAssemblyFiles' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.suggestedRedirects' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/SGen.cs(45,10): warning CS0649: Field `Microsoft.Build.Tasks.SGen.serializationAssemblyName' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 54 warning(s) | |
MCS [xbuild_12] Microsoft.Build.dll | |
Microsoft.Build.Evaluation/Project.cs(642,9): warning CS0219: The variable `dic' is assigned but its value is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(436,11): warning CS0219: The variable `ex' is assigned but its value is never used | |
Microsoft.Build.Internal/ExpressionTokenizer.cs(242,5): warning CS0162: Unreachable code detected | |
Microsoft.Build.Evaluation/Project.cs(381,27): warning CS0414: The private field `Microsoft.Build.Evaluation.Project.target_sep' is assigned but its value is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(133,54): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectChanged' is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(135,64): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectCollectionChanged' is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(137,57): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectXmlChanged' is never used | |
Compilation succeeded - 7 warning(s) | |
MCS [xbuild_12] xbuild.exe | |
MCS [xbuild_14] Microsoft.Build.Framework.dll | |
MCS [xbuild_14] Microsoft.Build.Utilities.Core.dll | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(44,4): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(51,53): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' | |
../System/System.Collections.Specialized/ProcessStringDictionary.cs(55,12): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' | |
Compilation succeeded - 3 warning(s) | |
MCS [xbuild_14] Microsoft.Build.Engine.dll | |
MCS [xbuild_14] Mono.XBuild.Tasks.dll | |
MCS [xbuild_14] Microsoft.Build.Tasks.Core.dll | |
Microsoft.Build.Tasks/Csc.cs(130,11): warning CS0472: The result of comparing value type `int' with null is always `false' | |
Microsoft.Build.Tasks/Csc.cs(131,6): warning CS0162: Unreachable code detected | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(42,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.products' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_id' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_keyword' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.message' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(41,24): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.severity' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.component_files' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.key_file' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.messages' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(44,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.succeeded' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(50,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.productBuilders' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(38,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.product' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.includes' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productBuilder' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(44,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productCode' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isFrameworkAssembly' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isNeutralPlatform' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(42,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isStrongName' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(39,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.externalProxyStubs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.clsId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.description' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.progId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.threadingModel' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(40,14): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.comClasses' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.proxyStubs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(43,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.typeLibs' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(41,31): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.assemblyReferences' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(44,27): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.fileReferences' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(46,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.outputMessages' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.error_count' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(43,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.warning_count' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.text' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.type' is never assigned to, and will always have its default value `0' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.baseInterface' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.iid' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.numMethods' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.hasUnmanagedCodePermission' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.flags' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.helpDirectory' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.resourceId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.tlbId' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.version' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.name' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.versioned' is never assigned to, and will always have its default value `false' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(60,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.scatterFiles' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(62,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.serializationAssemblyFiles' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.suggestedRedirects' is never assigned to, and will always have its default value `null' | |
Microsoft.Build.Tasks/SGen.cs(45,10): warning CS0649: Field `Microsoft.Build.Tasks.SGen.serializationAssemblyName' is never assigned to, and will always have its default value `null' | |
Compilation succeeded - 54 warning(s) | |
MCS [xbuild_14] Microsoft.Build.dll | |
Microsoft.Build.Evaluation/Project.cs(642,9): warning CS0219: The variable `dic' is assigned but its value is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(436,11): warning CS0219: The variable `ex' is assigned but its value is never used | |
Microsoft.Build.Internal/ExpressionTokenizer.cs(242,5): warning CS0162: Unreachable code detected | |
Microsoft.Build.Evaluation/Project.cs(381,27): warning CS0414: The private field `Microsoft.Build.Evaluation.Project.target_sep' is assigned but its value is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(133,54): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectChanged' is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(135,64): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectCollectionChanged' is never used | |
Microsoft.Build.Evaluation/ProjectCollection.cs(137,57): warning CS0067: The event `Microsoft.Build.Evaluation.ProjectCollection.ProjectXmlChanged' is never used | |
Compilation succeeded - 7 warning(s) | |
MCS [xbuild_14] xbuild.exe | |
Making all in scripts | |
Makefile:811: warning: overriding commands for target `mod' | |
Makefile:791: warning: ignoring old commands for target `mod' | |
n=`echo makecert | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script_umask.in | cat > makecert.tmp | |
mv -f makecert.tmp makecert | |
n=`echo sn | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script_umask.in | cat > sn.tmp | |
mv -f sn.tmp sn | |
n=`echo al | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > al.tmp | |
mv -f al.tmp al | |
n=`echo ilasm | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > ilasm.tmp | |
mv -f ilasm.tmp ilasm | |
n=`echo gacutil | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > gacutil.tmp | |
mv -f gacutil.tmp gacutil | |
n=`echo mkbundle | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mkbundle.tmp | |
mv -f mkbundle.tmp mkbundle | |
n=`echo monop | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > monop.tmp | |
mv -f monop.tmp monop | |
n=`echo resgen | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > resgen.tmp | |
mv -f resgen.tmp resgen | |
n=`echo wsdl | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > wsdl.tmp | |
mv -f wsdl.tmp wsdl | |
n=`echo al2 | sed 's,2$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > al2.tmp | |
mv -f al2.tmp al2 | |
n=`echo gacutil2 | sed 's,2$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > gacutil2.tmp | |
mv -f gacutil2.tmp gacutil2 | |
n=`echo monop2 | sed 's,2$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > monop2.tmp | |
mv -f monop2.tmp monop2 | |
n=`echo resgen2 | sed 's,2$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > resgen2.tmp | |
mv -f resgen2.tmp resgen2 | |
n=`echo wsdl2 | sed 's,2$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > wsdl2.tmp | |
mv -f wsdl2.tmp wsdl2 | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,mono-service,g' ./mono-service.in > mono-service.tmp | |
mv -f mono-service.tmp mono-service | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e 's,@''exe_name@,mono-service2,g' ./mono-service.in > mono-service2.tmp | |
mv -f mono-service2.tmp mono-service2 | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,nunit-console,g' ./script.in | cat > nunit-console.tmp | |
mv -f nunit-console.tmp nunit-console | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,2.0,g' -e 's,@''exe_name@,nunit-console,g' ./script.in | cat > nunit-console2.tmp | |
mv -f nunit-console2.tmp nunit-console2 | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,nunit-console,g' ./script.in | cat > nunit-console4.tmp | |
mv -f nunit-console4.tmp nunit-console4 | |
for script in mdoc-assemble mdoc-export-html mdoc-export-msxdoc mdoc-update mdoc-validate ; do \ | |
cmd=`echo $script | sed 's/mdoc-//'` ; \ | |
echo "#!/bin/sh" > $script ; \ | |
echo "exec mdoc $cmd \"\$@\"" >> $script; \ | |
done | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' ./peverify.in > peverify.tmp | |
mv -f peverify.tmp peverify | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' ./mcs.in > mcs.tmp | |
mv -f mcs.tmp mcs | |
n=`echo disco | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > disco.tmp | |
mv -f disco.tmp disco | |
n=`echo dtd2xsd | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > dtd2xsd.tmp | |
mv -f dtd2xsd.tmp dtd2xsd | |
n=`echo dtd2rng | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > dtd2rng.tmp | |
mv -f dtd2rng.tmp dtd2rng | |
n=`echo installvst | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > installvst.tmp | |
mv -f installvst.tmp installvst | |
n=`echo genxs | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > genxs.tmp | |
mv -f genxs.tmp genxs | |
n=`echo macpack | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > macpack.tmp | |
mv -f macpack.tmp macpack | |
n=`echo mdoc | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mdoc.tmp | |
mv -f mdoc.tmp mdoc | |
n=`echo mono-cil-strip | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mono-cil-strip.tmp | |
mv -f mono-cil-strip.tmp mono-cil-strip | |
n=`echo prj2make | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > prj2make.tmp | |
mv -f prj2make.tmp prj2make | |
n=`echo soapsuds | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > soapsuds.tmp | |
mv -f soapsuds.tmp soapsuds | |
n=`echo caspol | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > caspol.tmp | |
mv -f caspol.tmp caspol | |
n=`echo cert-sync | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > cert-sync.tmp | |
mv -f cert-sync.tmp cert-sync | |
n=`echo cert2spc | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > cert2spc.tmp | |
mv -f cert2spc.tmp cert2spc | |
n=`echo certmgr | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > certmgr.tmp | |
mv -f certmgr.tmp certmgr | |
n=`echo chktrust | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > chktrust.tmp | |
mv -f chktrust.tmp chktrust | |
n=`echo crlupdate | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > crlupdate.tmp | |
mv -f crlupdate.tmp crlupdate | |
n=`echo csharp | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > csharp.tmp | |
mv -f csharp.tmp csharp | |
n=`echo httpcfg | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > httpcfg.tmp | |
mv -f httpcfg.tmp httpcfg | |
n=`echo lc | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > lc.tmp | |
mv -f lc.tmp lc | |
n=`echo mconfig | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mconfig.tmp | |
mv -f mconfig.tmp mconfig | |
n=`echo mod | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mod.tmp | |
mv -f mod.tmp mod | |
n=`echo monolinker | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > monolinker.tmp | |
mv -f monolinker.tmp monolinker | |
n=`echo mono-api-info | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mono-api-info.tmp | |
mv -f mono-api-info.tmp mono-api-info | |
n=`echo mono-shlib-cop | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mono-shlib-cop.tmp | |
mv -f mono-shlib-cop.tmp mono-shlib-cop | |
n=`echo mozroots | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mozroots.tmp | |
mv -f mozroots.tmp mozroots | |
n=`echo permview | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > permview.tmp | |
mv -f permview.tmp permview | |
n=`echo pdb2mdb | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > pdb2mdb.tmp | |
mv -f pdb2mdb.tmp pdb2mdb | |
n=`echo xsd | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > xsd.tmp | |
mv -f xsd.tmp xsd | |
n=`echo mono-xmltool | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mono-xmltool.tmp | |
mv -f mono-xmltool.tmp mono-xmltool | |
n=`echo setreg | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > setreg.tmp | |
mv -f setreg.tmp setreg | |
n=`echo secutil | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > secutil.tmp | |
mv -f secutil.tmp secutil | |
n=`echo signcode | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > signcode.tmp | |
mv -f signcode.tmp signcode | |
n=`echo sgen | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > sgen.tmp | |
mv -f sgen.tmp sgen | |
n=`echo sqlmetal | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > sqlmetal.tmp | |
mv -f sqlmetal.tmp sqlmetal | |
n=`echo sqlsharp | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > sqlsharp.tmp | |
mv -f sqlsharp.tmp sqlsharp | |
n=`echo svcutil | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > svcutil.tmp | |
mv -f svcutil.tmp svcutil | |
n=`echo ccrewrite | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > ccrewrite.tmp | |
mv -f ccrewrite.tmp ccrewrite | |
n=`echo cccheck | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > cccheck.tmp | |
mv -f cccheck.tmp cccheck | |
n=`echo mdbrebase | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > mdbrebase.tmp | |
mv -f mdbrebase.tmp mdbrebase | |
n=`echo ikdasm | sed 's,4$,,'`; \ | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" ./script.in | cat > ikdasm.tmp | |
mv -f ikdasm.tmp ikdasm | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' ./dmcs.in > dmcs.tmp | |
mv -f dmcs.tmp dmcs | |
sed -e 's,@''bindir@,/bin,g' -e 's,@''plat_bindir@,/bin,g' -e 's,@''mono_instdir@,/lib/mono,g' -e 's,@''gtkdir@,,g' ./xbuild.in > xbuild.tmp | |
mv -f xbuild.tmp xbuild | |
Making all in man | |
make[2]: Nothing to be done for `all'. | |
Making all in samples | |
make[2]: Nothing to be done for `all'. | |
Making all in msvc | |
make[2]: Nothing to be done for `all'. | |
Making all in docs | |
make[2]: Nothing to be done for `all'. | |
➜ mono git:(master) ✗ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment