JetBrains dotCommon Native Windows Core x86 Debug Package Version 201.0.20200221.73202-eap01
Provides CLR debugging ability to CsDebugScript.Engine using ClrMD. It only works when used with CsDebugScript.DbgEng as debugger engine.
Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3D model formats in a uniform manner. The most recent version also knows how to export 3d files and is therefore suitable as a general-purpose 3D model converter. This package provides pre-built native libraries for Windows. Built with Visual Studio 2017, MSVC toolset v141. Libraries included for x64 and x86, Debug and Release. pdb files for debug builds included.
jsoncpp library, include vc140-Win32-StaticLibrary-MT-Debug/Release
jsoncpp library, Build parameter: vc140 - Win32 - StaticLibrary - MT|MD - Debug|Release
With linq2indexeddb developpers can add, update, delete and search data on an easy way without having to think how to put up an connection, handeling transaction, etc. For now this project is still in development, so everything is subject to change. Now only the basic CRUD operations are supported. In the near future this will be extended to multiple where clauses, joins, ... Supports: - Internet Explorer 10+ - FireFox 8+ - Chrome 17+ - Safari 5+ - Opera 11.6+ - iOs Safari 3.2+ - Opera Mobile 11 + Using the Linq2IndexededDB viewer you can view the structure + content of your database while you are debugging your application. Warning: This version has some braking changes, for more info see the release notes at https://linq2indexeddb.codeplex.com/releases/view/119709
"Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale." ** This is a repackage of the third party Amazon DynamoDB project for use with ThinkGeo's Map Suite product line. ** ** You should not need to reference this package directly, it will be a dependency of other Map Suite packages. ** The purpose of the repackage is to enable ThinkGeo to control release and debug versions known to be compatible with various Map Suite products and to provide ongoing backward compatibility independent from the original author. You can find more information at the link below. Why we repackage: http://wiki.thinkgeo.com/wiki/repackagednugetpackages Supported Platforms: Windows Source Website: https://aws.amazon.com/dynamodb/
The Bugsnag Notifier for ASP.NET Core gives you instant notification of exceptions thrown from your ASP.NET Core applications. Any uncaught exceptions will trigger a notification to be sent to your Bugsnag project.
Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your web application. Provides Glimpse tabs for EF5.
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly. Note: .Security fork adds patches to run Cecil in partial trust restricted environments.
A managed library for communicating with the Android Debug Bridge. See more info @ https://github.com/camalot/madb
This package integrates Application Insights with Glimpse. Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET 3.5+ application. Applications Insights is a service that allows developers to monitor performance, availability, and usage of their applications. https://azure.microsoft.com/en-us/services/application-insights/
Debug symbols for V8 JavaScript Engine redistrubutable files.
DevExpress eXpandFramework System Module (Web). To debug in VS enable Source Server support under Tools/Options/Debugging.
AdditionalViewControlsProvider Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
PivotChart Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Creates dynamic persistent assemblies. The XAF user interface allows us to create an assembly without writing a single line of code. Advanced users can even use c# scripting and create new code generation templates. To debug in VS enable Source Server support under Tools/Options/Debugging. Blogs: http://apobekiaris.blogspot.com/search/label/WorldCreator
IO Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Extends XAF by adding great new features for example; â—¦the ability to generate runtime members for your objects, â—¦creating Application/Role/User models in the database, â—¦storing your web cookies in the database, â—¦handling of external application models, â—¦combine end user modifications with application model, â—¦support for multiple models at design time, Blogs: http://apobekiaris.blogspot.com/search/label/ModelDifference. To debug in VS enable Source Server support under Tools/Options/Debugging.
TreelistView Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Scheduler Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
NCarousel Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Debug symbols for V8 JavaScript Engine redistrubutable files.
Debug symbols for V8 JavaScript Engine redistrubutable files.
Debug symbols for V8 JavaScript Engine redistrubutable files.
The contents of these original packages, repacked at JetBrains for use within the Mono Debugging fork, to include only inambigous versions of the DLLs intended for the target runtime: Microsoft.CodeAnalysis.CSharp Microsoft.CodeAnalysis.Common System.IO.FileSystem System.Security.Cryptography.Algorithms System.Security.Cryptography.Primitives All these packages follow the same license, "Microsoft Software License Terms / Microsoft .NET Library". (/* Repacked at JetBrains on 2017-09-19 from static content */
This library contains various ways of detecting an emulated, debugged, monkey, tainted, Android environment. Some of the methods are adapted from previously seen malware on other operating systems, others are just random ideas.
A package that contains generic abstractions for debugging and logging purposes.
Security Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
VB.NET source file that contains a subclass of LicenseInfo with the details to the "MIT License" (worded by the Massachusetts Institute of Technology) to be included through an Acknowledgement attribute in source code and libraries. Supported versions: .NET Framework 2.0 .NET Framework 3.0 .NET Framework 3.5 .NET Framework 3.5 Client Profile .NET Framework 4.0 .NET Framework 4.0 Client Profile .NET Framework 4.5 .NET Framework 4.5.1 .NET Framework 4.5.2 .NET Framework 4.6 .NET Framework 4.6.1 Language requirement: Visual Basic 8 (shipped in 2005 with .NET 2.0) This package is part of the "SingleFile.VB" collection that consists of small utilities in the form of VB.NET source files, usually two of them per package, namely the code file and the test file (Microsoft standard unit tests) as well as the license files that are shared over all "Single.VB" packages. Some philosophy: Extension methods and other static utility functions are not shared accross projects resp. assemblies but included wherever they are needed. For that reason they are declared "Friend" and namespace-less as they are supposed to be part of the project's current namespace. Unit test files are added directly to the project and declared "Public" because of limitations of that framework, but they are only compiled in debug mode (through a compiler directive that checks for the "DEBUG" keyword). This allows to keep the tests very near to the code which simplifies access to internal members but does not bulk the published version. The reference to "Microsoft.​VisualStudio.​TestTools.​UnitTesting" (assembly "Microsoft.​VisualStudio.​QualityTools.​UnitTestFramework.dll") is only needed during development and may be declared with "Copy Local = False". The NuGet package version is global across all "Single.VB" packages, and they always reference other packages of the same version (most recent at the time of publishing). This greatly simplifies my dependency handling and therefore improves the quality of the NuGet packages, but may leed to an updated package that does not contain any code change. I apologize for that inconvenience. Your feedback and/or contribution is welcome. Please contact me on singlefile.vb@gmail.com.
Email Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Google Maps integration. To debug in VS enable Source Server support under Tools/Options/Debugging.
ObjectDumper is a utility which aims to serialize C# objects to string for debugging and logging purposes.
Validation Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Emotion is a cross-platform game engine written in C#, with the intent of removing overhead and providing abstraction without sacrificing control. The idea is, to make game development about game development and not about engine or low-level backend development, but allowing those who want to do that with the option to do so. The goal is to save time, and provide indie developers (and mostly myself) with a foundation. Please visit the GitHub page for the release version, this is the debug version used for development.
The Bugsnag .NET configuration library is used to configure your Bugsnag integration using a Web.config or App.config