commit stringlengths 40 40 | subject stringlengths 4 1.73k | repos stringlengths 5 127k | old_file stringlengths 2 751 | new_file stringlengths 2 751 | new_contents stringlengths 1 8.98k | old_contents stringlengths 0 6.59k | license stringclasses 13
values | lang stringclasses 23
values |
|---|---|---|---|---|---|---|---|---|
033b31a9f691f2a1f360abb1b905ce7122ecc829 | Implement MtomData methods | teerachail/SoapWithAttachments | WebsiteForSpike/MtomTestSite/Service1.svc.cs | WebsiteForSpike/MtomTestSite/Service1.svc.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;
namespace MtomTestSite
{
// NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "S... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;
namespace MtomTestSite
{
// NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "S... | mit | C# |
d36b77186a5fd1912781371ccc048dcdce448a33 | fix for exe dying before tests complete. | mdevilliers/Toxiproxy.Net | Toxiproxy.Net.Tests/ToxiproxyTestsBase.cs | Toxiproxy.Net.Tests/ToxiproxyTestsBase.cs | using System;
using System.Diagnostics;
namespace Toxiproxy.Net.Tests
{
public class ToxiproxyTestsBase : IDisposable
{
protected Connection _connection;
protected Process _process;
protected readonly Proxy one = new Proxy() { Name = "one", Enabled = true, Listen = "127.0.0.1:44399", Up... | using System;
using System.Diagnostics;
namespace Toxiproxy.Net.Tests
{
public class ToxiproxyTestsBase : IDisposable
{
protected Connection _connection;
protected Process _process;
protected readonly Proxy one = new Proxy() { Name = "one", Enabled = true, Listen = "127.0.0.1:44399", Up... | mit | C# |
5d61f2ee2c4fe913c22b8b784d41a60124deaa7e | bump - suffix (rc003) | KevinJump/uSync,KevinJump/uSync,KevinJump/uSync | uSync.BackOffice/BackOfficeConstants.cs | uSync.BackOffice/BackOfficeConstants.cs | using System;
using System.Collections.Generic;
namespace uSync.BackOffice
{
public static partial class uSyncConstants
{
public const string ReleaseSuffix = "-rc003";
public static class Priorites
{
public const int USYNC_RESERVED_LOWER = 1000;
public const in... | using System;
using System.Collections.Generic;
namespace uSync.BackOffice
{
public static partial class uSyncConstants
{
public const string ReleaseSuffix = "-rc002";
public static class Priorites
{
public const int USYNC_RESERVED_LOWER = 1000;
public const in... | mpl-2.0 | C# |
ce1e3f770943b488c69ee92f79ef41a4b52cee3a | add debug info | ignatandrei/stankins,ignatandrei/stankins,ignatandrei/stankins,ignatandrei/stankins,ignatandrei/stankins,ignatandrei/stankins | StankinsTests/TestTransformerLine.cs | StankinsTests/TestTransformerLine.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using ReceiverFileSystem;
using Shouldly;
using StanskinsImplementation;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Transformers;
namespace StankinsTests
{
[TestClass... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using ReceiverFileSystem;
using Shouldly;
using StanskinsImplementation;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Transformers;
namespace StankinsTests
{
[TestClass... | mit | C# |
ada74779a4267e0f7331db43524b6bdc117a444f | Remove `[ClicksUsingScript]` from `GoTo2Page` | atata-framework/atata,atata-framework/atata | test/Atata.Tests/Components/GoTo2Page.cs | test/Atata.Tests/Components/GoTo2Page.cs | namespace Atata.Tests
{
using _ = GoTo2Page;
[Url("goto2")]
[VerifyTitle("GoTo 2")]
public class GoTo2Page : Page<_>
{
public LinkDelegate<GoTo1Page, _> GoTo1 { get; private set; }
[GoTemporarily]
public LinkDelegate<GoTo1Page, _> GoTo1Temporarily { get; private set; }
... | namespace Atata.Tests
{
using _ = GoTo2Page;
[Url("goto2")]
[VerifyTitle("GoTo 2")]
public class GoTo2Page : Page<_>
{
public LinkDelegate<GoTo1Page, _> GoTo1 { get; private set; }
[GoTemporarily]
public LinkDelegate<GoTo1Page, _> GoTo1Temporarily { get; private set; }
... | apache-2.0 | C# |
4be71714db3fc735cfc965b2bfe7919819ad4127 | fix imports in tests. | Centeva/TypeScripter | TypeScripter.Tests/UtilsUnitTests.cs | TypeScripter.Tests/UtilsUnitTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TypeScripter.Common;
namespace TypeScripter.Tests
{
[TestClass]
public class UtilsUnitTests
{
[TestMethod]
public void ToTypeScripterType_ListOfInt()
{
Assert.AreEqual... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TypeScripter;
namespace TypeScripter.Tests
{
[TestClass]
public class UtilsUnitTests
{
[TestMethod]
public void ToTypeScripterType_ListOfInt()
{
Assert.AreEqual("numbe... | mit | C# |
17ef34af9af7dfe369cc16520cd76e7840573981 | fix private field var name style. refs #287 | t-ashula/bl4n | bl4n/Data/ExtraJsonPropertyReadableObject.cs | bl4n/Data/ExtraJsonPropertyReadableObject.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ExtraJsonPropertyReadableObject.cs">
// bl4n - Backlog.jp API Client library
// this file is part of bl4n, license under MIT license. http://t-ashula.mit-license.org/2015
// </... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ExtraJsonPropertyReadableObject.cs">
// bl4n - Backlog.jp API Client library
// this file is part of bl4n, license under MIT license. http://t-ashula.mit-license.org/2015
// </... | mit | C# |
d28c3ccb95dbfdcec634ca77f8cd475d4fed9ed0 | Add time measurement in Main, fix output | lou1306/CIV,lou1306/CIV | CIV/Program.cs | CIV/Program.cs | using System;
using System.Diagnostics;
using CIV.Formats;
using static System.Console;
namespace CIV
{
[Flags]
enum ExitCodes : int
{
Success = 0,
FileNotFound = 1,
ParsingFailed = 2,
VerificationFailed = 4
}
class Program
{
static void Main(string[] args)
{
... | using System;
using CIV.Formats;
using static System.Console;
namespace CIV
{
[Flags]
enum ExitCodes : int
{
Success = 0,
FileNotFound = 1,
ParsingFailed = 2,
VerificationFailed = 4
}
class Program
{
static void Main(string[] args)
{
try
... | mit | C# |
ff6642190f0d6e85cdff7eb3b2998fef0f9fb974 | Update colour retrieval logic | UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu | osu.Game.Rulesets.Catch.Tests/CatchSkinColourDecodingTest.cs | osu.Game.Rulesets.Catch.Tests/CatchSkinColourDecodingTest.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.IO.Stores;
using osu.Game.Rulesets.Catch.Skinning;
using osu.Game.Skinning;
using osuTK.Graphics;
namespace osu.Game.Rulesets.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.IO.Stores;
using osu.Game.Rulesets.Catch.Skinning;
using osu.Game.Skinning;
using osuTK.Graphics;
namespace osu.Game.Rulesets.... | mit | C# |
8e4b15aaa5f0a4e3aeaf66a85d628ecf9f7df54d | Update test scene | smoogipoo/osu,UselessToucan/osu,ppy/osu,EVAST9919/osu,2yangk23/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,2yangk23/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,EVAST9919/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu | osu.Game.Tournament.Tests/Screens/TestSceneGameplayScreen.cs | osu.Game.Tournament.Tests/Screens/TestSceneGameplayScreen.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Game.Tournament.Components;
using osu.Game.Tournament.Screens;
using osu.Game.To... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Game.Tournament.Components;
using osu.Game.Tournament.Screens.Gameplay;
using os... | mit | C# |
7a23c7f9da4ccaa769ce1ae17218ab3bfdc5c5f3 | Fix copyright in assemblyinfo | z4kn4fein/stashbox-mocking | src/stashbox.mocking.rhino.mocks/Properties/AssemblyInfo.cs | src/stashbox.mocking.rhino.mocks/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Stashbox.RhinoMocks")]
[assembly: Assembly... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Stashbox.RhinoMocks")]
[assembly: Assembly... | mit | C# |
eae51cc53b17240c231e0f4d3b7c03ed01fb2328 | Remove Nancy options | InfinniPlatform/InfinniPlatform,InfinniPlatform/InfinniPlatform,InfinniPlatform/InfinniPlatform | InfinniPlatform.Core/Http/Middlewares/NancyHttpMiddleware.cs | InfinniPlatform.Core/Http/Middlewares/NancyHttpMiddleware.cs | using InfinniPlatform.Http.Middlewares;
using Microsoft.AspNetCore.Builder;
using Nancy.Bootstrapper;
using Nancy.Owin;
namespace InfinniPlatform.Core.Http.Middlewares
{
/// <summary>
/// Модуль хостинга для обработки прикладных запросов на базе Nancy.
/// </summary>
internal class NancyHttpMiddleware... | using InfinniPlatform.Http.Middlewares;
using Microsoft.AspNetCore.Builder;
using Nancy.Bootstrapper;
using Nancy.Owin;
namespace InfinniPlatform.Core.Http.Middlewares
{
/// <summary>
/// Модуль хостинга для обработки прикладных запросов на базе Nancy.
/// </summary>
internal class NancyHttpMiddleware... | agpl-3.0 | C# |
a03a7d8ad48a0e21f9b0df5dd93019b771b01969 | Update FlightCamera.cs | Anatid/XML-Documentation-for-the-KSP-API | FlightCamera.cs | FlightCamera.cs | #region Assembly Assembly-CSharp.dll, v2.0.50727
// C:\greg\games\KSP 0.18.2\KSP_Data\Managed\Assembly-CSharp.dll
#endregion
using System;
using UnityEngine;
/// <summary>
/// This class is related to control of the main camera used in the flight scene. Its transform is the
/// parent of the actual Camera objects.
/... | #region Assembly Assembly-CSharp.dll, v2.0.50727
// C:\greg\games\KSP 0.18.2\KSP_Data\Managed\Assembly-CSharp.dll
#endregion
using System;
using UnityEngine;
/// <summary>
/// This class is related to control of the main camera used in the flight scene.
/// </summary>
public class FlightCamera : MonoBehaviour
{
... | unlicense | C# |
b115b037cc42ecb22b49de564451e89b0c7f7b03 | Fix build error | smischke/helix-toolkit,Iluvatar82/helix-toolkit,holance/helix-toolkit,helix-toolkit/helix-toolkit,chrkon/helix-toolkit,JeremyAnsel/helix-toolkit,jotschgl/helix-toolkit | Source/HelixToolkit.Wpf.SharpDX.Tests/Controls/CanvasMock.cs | Source/HelixToolkit.Wpf.SharpDX.Tests/Controls/CanvasMock.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="CanvasMock.cs" company="Helix Toolkit">
// Copyright (c) 2014 Helix Toolkit contributors
// </copyright>
// -----------------------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="CanvasMock.cs" company="Helix Toolkit">
// Copyright (c) 2014 Helix Toolkit contributors
// </copyright>
// -----------------------------------------------------------------... | mit | C# |
400a3ae3f5ebdd6cb6ca4930852ea4884b96f272 | implement Serialzer | sentendro/Walk_For_L-Creamy | Assets/Script/Controller/C_Serializer.cs | Assets/Script/Controller/C_Serializer.cs | using System.Runtime.Serialization.Formatters.Binary;
using System.IO;
using System;
public class C_Serializer{
#region serialize
public static string ObjectToString(Object obj)
{
using (var memoryStream = new MemoryStream())
{
BinaryFormatter bf = new BinaryFormatter();
... | using UnityEngine;
using System.Collections;
public class C_Serializer : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
| mit | C# |
3871168e09ef6c5366087cb3a686e03373793860 | Remove publicly exposed Vertices property | DasAllFolks/SharpGraphs | Graph/IGraph.cs | Graph/IGraph.cs | using System;
using System.Collections.Generic;
namespace Graph
{
/// <summary>
/// Represents a graph.
/// </summary>
/// <typeparam name="V">The vertex type.</typeparam>
/// <typeparam name="E">The edge type.</typeparam>
public interface IGraph<V, E> : IEquatable<IGraph<V, E>> where E: IEdge... | using System;
using System.Collections.Generic;
namespace Graph
{
/// <summary>
/// Represents a graph.
/// </summary>
/// <typeparam name="V">The vertex type.</typeparam>
/// <typeparam name="E">The edge type.</typeparam>
public interface IGraph<V, E> : IEquatable<IGraph<V, E>> where E: IEdge... | apache-2.0 | C# |
aebef29d89830dabfd6797cd5acb10450ffb0ef3 | Add dialog settings | ethno2405/BrailleTranslator | src/BrailleTranslator.Desktop/ViewModels/ToolbarViewModel.cs | src/BrailleTranslator.Desktop/ViewModels/ToolbarViewModel.cs | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using Microsoft.Win32;
using System;
using System.Windows.Controls;
using System.Windows.Input;
namespace BrailleTranslator.Desktop.ViewModels
{
public class ToolbarViewModel : ViewModelBase
{
public static ICommand OpenCommand { get; set; }
... | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using Microsoft.Win32;
using System;
using System.Windows.Controls;
using System.Windows.Input;
namespace BrailleTranslator.Desktop.ViewModels
{
public class ToolbarViewModel : ViewModelBase
{
public static ICommand OpenCommand { get; set; }
... | apache-2.0 | C# |
6d6a5efc24b98f4a009c6f7838a6c8cb0511eb6e | Add Google Analytics tracking for changing results mode | opencolorado/.NET-Wrapper-for-CKAN-API,opencolorado/.NET-Wrapper-for-CKAN-API,DenverDev/.NET-Wrapper-for-CKAN-API,DenverDev/.NET-Wrapper-for-CKAN-API,opencolorado/.NET-Wrapper-for-CKAN-API | CkanDotNet.Web/Views/Shared/_ResultsMode.cshtml | CkanDotNet.Web/Views/Shared/_ResultsMode.cshtml | @using CkanDotNet.Api.Model
@using CkanDotNet.Web.Models
@using CkanDotNet.Web.Models.Helpers
@using System.Collections.Specialized
@model PackageSearchResultsModel
@{
var routeValues = RouteHelper.RouteFromParameters(Html.ViewContext);
// Remove the page number from the route values since we are doing client-side
/... | @using CkanDotNet.Api.Model
@using CkanDotNet.Web.Models
@using CkanDotNet.Web.Models.Helpers
@using System.Collections.Specialized
@model PackageSearchResultsModel
@{
var routeValues = RouteHelper.RouteFromParameters(Html.ViewContext);
// Remove the page number from the route values since we are doing client-side
/... | apache-2.0 | C# |
01be59b347f8b1400f87a06ba517995fb6dcb622 | add FillAccount method for stress tests | ceee/PocketSharp | PocketSharp.Tests/StressTests.cs | PocketSharp.Tests/StressTests.cs | using System;
using System.Threading.Tasks;
using System.Collections.Generic;
using Xunit;
using PocketSharp.Models;
using System.IO;
using System.Linq;
using System.Diagnostics;
namespace PocketSharp.Tests
{
public class StressTests : TestsBase
{
private static IEnumerable<string> urls;
private static st... | using System;
using System.Threading.Tasks;
using System.Collections.Generic;
using Xunit;
using PocketSharp.Models;
using System.IO;
using System.Linq;
using System.Diagnostics;
namespace PocketSharp.Tests
{
public class StressTests : TestsBase
{
private static IEnumerable<string> urls;
private static st... | mit | C# |
8c6c9b8f02b3142c8f247b900c1e59b7d759d9ab | Fix to alarm not triggering correctly | lucas-miranda/Raccoon | Raccoon/Core/Components/Alarm.cs | Raccoon/Core/Components/Alarm.cs | namespace Raccoon.Components {
public class Alarm : Component {
public Alarm(uint interval, System.Action action) {
NextActivationTimer = Interval = interval;
Action = action;
}
public System.Action Action { get; set; }
public uint Timer { get; priva... | namespace Raccoon.Components {
public class Alarm : Component {
public Alarm(uint interval, System.Action action) {
NextActivationTimer = Interval = interval;
Action = action;
}
public System.Action Action { get; set; }
public uint Timer { get; priva... | mit | C# |
3ffbbf64e5d78c501442fe22abfd597b1c15827f | Clean up | abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,m... | src/Umbraco.Web.Common/Security/ConfigureIISServerOptions.cs | src/Umbraco.Web.Common/Security/ConfigureIISServerOptions.cs | using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Options;
using Umbraco.Cms.Core.Configuration.Models;
namespace Umbraco.Cms.Web.Common.Security
{
public class ConfigureIISServerOptions : IConfigureOptions<IISServerOptions>
{
private readonly IOptions<RuntimeSettings> _runtimeSettings;
... | using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Options;
using Umbraco.Cms.Core.Configuration.Models;
namespace Umbraco.Cms.Web.Common.Security
{
public class ConfigureIISServerOptions : IConfigureOptions<IISServerOptions>
{
private readonly IOptions<RuntimeSettings> _runtimeSettings;
... | mit | C# |
9aa9049cc6056c6940392ef78c7a64dcaea3df27 | Test some more cases for the simple single clause solver. | Logicalshift/Reason | LogicalShift.Reason.Tests/SingleClauseSolver.cs | LogicalShift.Reason.Tests/SingleClauseSolver.cs | using LogicalShift.Reason.Solvers;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
namespace LogicalShift.Reason.Tests
{
[TestFixture]
public class SingleClauseSolver
{
[Test]
public void SolveAsSelf()
{
var a = Literal.NewAtom(... | using LogicalShift.Reason.Solvers;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
namespace LogicalShift.Reason.Tests
{
[TestFixture]
public class SingleClauseSolver
{
[Test]
public void SolveAsSelf()
{
var a = Literal.NewAtom(... | apache-2.0 | C# |
2cef4dc2db93b25ddd0cffa8d06b7a7fd8ea5ae2 | Put the PatronFactoryTest in the correct namespace (which is the same as the class it is testing). | drovani/Vigil | test/Vigil.Patrons.Tests/PatronFactoryTest.cs | test/Vigil.Patrons.Tests/PatronFactoryTest.cs | using Moq;
using System;
using Vigil.Domain;
using Vigil.MessageQueue;
using Vigil.MessageQueue.Commands;
using Xunit;
namespace Vigil.Patrons
{
public class PatronFactoryTest
{
[Fact]
public void User_Can_Create_New_Patron()
{
var queue = new Mock<ICommandQueue>(MockBehavi... | using Moq;
using System;
using Vigil.Domain;
using Vigil.MessageQueue;
using Vigil.MessageQueue.Commands;
using Xunit;
namespace Vigil.Patrons.Tests
{
public class PatronFactoryTest
{
[Fact]
public void User_Can_Create_New_Patron()
{
var queue = new Mock<ICommandQueue>(Mock... | apache-2.0 | C# |
cc9df4bfb15b52f76e848bc64d758deb52520b2f | Increment version | SmithAndr/octokit.net,Sarmad93/octokit.net,SLdragon1989/octokit.net,naveensrinivasan/octokit.net,devkhan/octokit.net,Red-Folder/octokit.net,eriawan/octokit.net,octokit/octokit.net,octokit-net-test-org/octokit.net,SamTheDev/octokit.net,magoswiat/octokit.net,chunkychode/octokit.net,khellang/octokit.net,shana/octokit.net,... | SolutionInfo.cs | SolutionInfo.cs | // <auto-generated/>
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyProductAttribute("Octokit")]
[assembly: AssemblyVersionAttribute("0.1.9")]
[assembly: AssemblyFileVersionAttribute("0.1.9")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class Assemb... | // <auto-generated/>
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyProductAttribute("Octokit")]
[assembly: AssemblyVersionAttribute("0.1.8")]
[assembly: AssemblyFileVersionAttribute("0.1.8")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class Assemb... | mit | C# |
2a7fd462334c6d305bca6815f5a424437268b3aa | Change "Sidebar" "Tooltip Type" option default value | danielchalmers/DesktopWidgets | DesktopWidgets/Widgets/Sidebar/Settings.cs | DesktopWidgets/Widgets/Sidebar/Settings.cs | using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Windows;
using System.Windows.Input;
using DesktopWidgets.WidgetBase.Settings;
namespace DesktopWidgets.Widgets.Sidebar
{
public class Settings : WidgetSettingsBase
{
[Browsable(false)]
[DisplayName("Shortcuts")]
... | using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Windows;
using System.Windows.Input;
using DesktopWidgets.WidgetBase.Settings;
namespace DesktopWidgets.Widgets.Sidebar
{
public class Settings : WidgetSettingsBase
{
[Browsable(false)]
[DisplayName("Shortcuts")]
... | apache-2.0 | C# |
20019a28814e8827c7a3022512d0fc37f617b3bb | Set version number to default | oopanuga/Common-Provider | CommonProvider/Properties/AssemblyInfo.cs | CommonProvider/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Co... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Co... | mit | C# |
2eeae6fb67741f4386d2691a152e1862f4fa017a | Add optional --teamcity argument for NUnit3 build task | gmartin7/libpalaso,andrew-polk/libpalaso,andrew-polk/libpalaso,andrew-polk/libpalaso,glasseyes/libpalaso,glasseyes/libpalaso,gmartin7/libpalaso,gtryus/libpalaso,ermshiperete/libpalaso,ddaspit/libpalaso,andrew-polk/libpalaso,gtryus/libpalaso,sillsdev/libpalaso,tombogle/libpalaso,ddaspit/libpalaso,tombogle/libpalaso,gtry... | Palaso.MSBuildTasks/UnitTestTasks/NUnit3.cs | Palaso.MSBuildTasks/UnitTestTasks/NUnit3.cs | // Copyright (c) 2016 SIL International
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
using System.Text;
namespace Palaso.BuildTasks.UnitTestTasks
{
/// <summary>
/// Run NUnit3 on a test assembly.
/// </summary>
public class NUnit3 : NUnit
{
private bool? _useNUnit3Xm... | // Copyright (c) 2016 SIL International
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
using System.Text;
namespace Palaso.BuildTasks.UnitTestTasks
{
/// <summary>
/// Run NUnit on a test assembly.
/// </summary>
public class NUnit3 : NUnit
{
private bool? _useNUnit3Xml... | mit | C# |
95d55df6306d4aab7a195a670afcf273f4e603a1 | update MockWebSocket | Mazyod/PhoenixSharp | PhoenixTests/WebSocketImpl/MockWebSocket.cs | PhoenixTests/WebSocketImpl/MockWebSocket.cs | using Phoenix;
using System.Collections.Generic;
namespace PhoenixTests {
public sealed class MockWebsocketAdapter : IWebsocket {
public WebsocketState mockState = WebsocketState.Closed;
public readonly WebsocketConfiguration config;
public MockWebsocketAdapter(WebsocketConfiguration config) {
this.config ... | using Phoenix;
using System.Collections.Generic;
namespace PhoenixTests {
public sealed class MockWebsocketAdapter : IWebsocket {
public readonly WebsocketConfiguration config;
public MockWebsocketAdapter(WebsocketConfiguration config) {
this.config = config;
}
#region IWebsocket methods
public Webs... | mit | C# |
737dd1bd3e698a341dfeebd772e98d558ceee31b | update version | mjsmith11/jeopardy | Jeopardy_Game/Properties/AssemblyInfo.cs | Jeopardy_Game/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Je... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Je... | mit | C# |
6f18461738e0ac88a470e1636dceac4b830526e5 | Remove previously obsoleted CompareResult.MergedBaseCommit property | editor-tools/octokit.net,shiftkey-tester/octokit.net,alfhenrik/octokit.net,TattsGroup/octokit.net,adamralph/octokit.net,shiftkey-tester-org-blah-blah/octokit.net,alfhenrik/octokit.net,TattsGroup/octokit.net,thedillonb/octokit.net,shiftkey-tester/octokit.net,octokit/octokit.net,dampir/octokit.net,M-Zuber/octokit.net,khe... | Octokit/Models/Response/CompareResult.cs | Octokit/Models/Response/CompareResult.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
namespace Octokit
{
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class CompareResult
{
public CompareResult() { }
public CompareResult(string url, string htmlUrl, string permalinkUrl,... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
namespace Octokit
{
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class CompareResult
{
public CompareResult() { }
public CompareResult(string url, string htmlUrl, string permalinkUrl,... | mit | C# |
4892f9a3bdcba86fd2a2c76eca995cdb4f15e415 | Bump version | roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University | R7.University/Properties/AssemblyInfo.cs | R7.University/Properties/AssemblyInfo.cs | using System.Reflection;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("R7.University")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("R7.Labs")]
... | using System.Reflection;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("R7.University")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("R7.Labs")]
... | agpl-3.0 | C# |
dc890999a0aed4c8b7073093245a5990b946c36b | Revert "Added incoming_webhook to Access Token Response" | Inumedia/SlackAPI | SlackAPI/RPCMessages/AccessTokenResponse.cs | SlackAPI/RPCMessages/AccessTokenResponse.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SlackAPI
{
[RequestPath("oauth.access")]
public class AccessTokenResponse : Response
{
public string access_token;
public string scope;
public string team_n... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SlackAPI
{
[RequestPath("oauth.access")]
public class AccessTokenResponse : Response
{
public string access_token;
public string scope;
public string team_n... | mit | C# |
2a9ac1bde32e453b124c54780879055fd6e29885 | Update DataProviderElement.cs | barsgroup/bars2db,barsgroup/linq2db,inickvel/linq2db,MaceWindu/linq2db,lvaleriu/linq2db,enginekit/linq2db,jogibear9988/linq2db,sdanyliv/linq2db,genusP/linq2db,LinqToDB4iSeries/linq2db,ronnyek/linq2db,rechkalov/linq2db,sdanyliv/linq2db,MaceWindu/linq2db,genusP/linq2db,AK107/linq2db,lvaleriu/linq2db,AK107/linq2db,jogibea... | Source/Configuration/DataProviderElement.cs | Source/Configuration/DataProviderElement.cs | using System;
using System.Configuration;
namespace LinqToDB.Configuration
{
using DataProvider;
public class DataProviderElement : ElementBase
{
static readonly ConfigurationProperty _propTypeName = new ConfigurationProperty("type", typeof(string), string.Empty, ConfigurationPropertyOptions.IsRequir... | using System;
using System.Configuration;
namespace LinqToDB.Configuration
{
using DataProvider;
class DataProviderElement : ElementBase
{
static readonly ConfigurationProperty _propTypeName = new ConfigurationProperty("type", typeof(string), string.Empty, ConfigurationPropertyOptions.IsRequired);
... | mit | C# |
ead029f053014a5775245bec27f459c0ee74492d | add star and end date for seasons | YeeRSoft/broken-shoe-league,YeeRSoft/broken-shoe-league,YeeRSoft/broken-shoe-league | Source/BrokenShoeLeague.Domain/Season.cs | Source/BrokenShoeLeague.Domain/Season.cs | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace BrokenShoeLeague.Domain
{
public class Season
{
public int Id { get; set; }
[Required]
public string Name { get; set; }
[Required]
public DateTime StartDate { get; set... | using System.Collections.Generic;
namespace BrokenShoeLeague.Domain
{
public class Season
{
public int Id { get; set; }
public string Name { get; set; }
public ICollection<Matchday> Matchdays { get; set; }
}
}
| mit | C# |
30faa0c93ab3012be2a6a4f7c9bf2159b140098c | Add the missing enum value to ListMemberStatus | Jericho/CakeMail.RestClient | CakeMail.RestClient/Models/ListMemberStatus.cs | CakeMail.RestClient/Models/ListMemberStatus.cs | using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System.Runtime.Serialization;
namespace CakeMail.RestClient.Models
{
[JsonConverter(typeof(StringEnumConverter))]
public enum ListMemberStatus
{
[EnumMember(Value = "active")]
Active,
[EnumMember(Value = "unsubscribed")]
Unsubscribed,
[EnumMe... | using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System.Runtime.Serialization;
namespace CakeMail.RestClient.Models
{
[JsonConverter(typeof(StringEnumConverter))]
public enum ListMemberStatus
{
[EnumMember(Value = "active")]
Active,
[EnumMember(Value = "unsubscribed")]
Unsubscribed,
[EnumMe... | mit | C# |
05a793c2157d65334f33874711475ac03d86959a | Remove debugging print statement | bitstadium/HockeySDK-Windows,ChristopheLav/HockeySDK-Windows | Src/Kit.UWP/HockeyClientExtensionsUwp.cs | Src/Kit.UWP/HockeyClientExtensionsUwp.cs | namespace Microsoft.HockeyApp
{
using Extensibility.Windows;
using Services;
using Services.Device;
/// <summary>
/// Send information to the HockeyApp service.
/// </summary>
public static class HockeyClientExtensionsUwp
{
/// <summary>
/// Bootstraps Hocke... | namespace Microsoft.HockeyApp
{
using Extensibility.Windows;
using Services;
using Services.Device;
/// <summary>
/// Send information to the HockeyApp service.
/// </summary>
public static class HockeyClientExtensionsUwp
{
/// <summary>
/// Bootstraps Hocke... | mit | C# |
d8b6cf7c8347ad5430b94ae04a601b12eba02e81 | Make NetKeyValue partial to support the added functions | Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks | Facepunch.Steamworks/Networking/NetKeyValue.cs | Facepunch.Steamworks/Networking/NetKeyValue.cs | using Steamworks.Data;
using System;
using System.Runtime.InteropServices;
namespace Steamworks.Data
{
[StructLayout( LayoutKind.Explicit, Pack = Platform.StructPlatformPackSize )]
internal partial struct NetKeyValue
{
[FieldOffset(0)]
internal NetConfig Value; // m_eValue ESteamNetworkingConfigValue
[Field... | using Steamworks.Data;
using System;
using System.Runtime.InteropServices;
namespace Steamworks.Data
{
[StructLayout( LayoutKind.Explicit, Pack = Platform.StructPlatformPackSize )]
internal struct NetKeyValue
{
[FieldOffset(0)]
internal NetConfig Value; // m_eValue ESteamNetworkingConfigValue
[FieldOffset( ... | mit | C# |
c9a6dfe3974260a2b0ee29ba63d23971af5544b5 | add ParkingPermit validation type | smbc-digital/iag-contentapi | src/StockportContentApi/Enums/EPaymentReferenceValidation.cs | src/StockportContentApi/Enums/EPaymentReferenceValidation.cs | namespace StockportContentApi.Enums
{
public enum EPaymentReferenceValidation
{
None,
ParkingFine,
BusLaneAndCamera,
FPN,
CameraCar,
BusLane,
Applications,
ParkingPermit
}
}
| namespace StockportContentApi.Enums
{
public enum EPaymentReferenceValidation
{
None,
ParkingFine,
BusLaneAndCamera,
FPN,
CameraCar,
BusLane,
Applications
}
}
| mit | C# |
ac1bbc537321cc5787049529902d8e37f0b33c47 | Remove duplicate implementation. | brendanjbaker/StraightSQL | src/StraightSql/Entity/IEntityConfigurationOptionsBuilder.cs | src/StraightSql/Entity/IEntityConfigurationOptionsBuilder.cs | namespace StraightSql.Entity
{
using System;
using System.Linq.Expressions;
public interface IEntityConfigurationOptionsBuilder<TEntity>
{
IEntityConfigurationOptionsBuilder<TEntity> AddField<TField>(Expression<Func<TEntity, TField>> expression, String name);
IEntityConfiguration Build();
}
}
| namespace StraightSql.Entity
{
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
public class EntityConfigurationOptionsBuilder<TEntity>
: IEntityConfigurationOptionsBuilder<TEntity>
{
private readonly String name;
private readonly ICollection<IEntityFieldConfiguratio... | mit | C# |
04c1b6f87ee94cd66f0c856b1d50d57f6186086d | Update TemplateDragAndDropListBox.cs | wieslawsoltes/Core2D,Core2D/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D | Core2D.Wpf/Controls/Custom/Lists/TemplateDragAndDropListBox.cs | Core2D.Wpf/Controls/Custom/Lists/TemplateDragAndDropListBox.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Immutable;
using System.Windows.Controls;
namespace Core2D.Wpf.Controls.Custom.Lists
{
/// <summary>
/// The <see cref="ListBox"/... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Immutable;
using System.Windows.Controls;
namespace Core2D.Wpf.Controls.Custom.Lists
{
/// <summary>
/// The <see cref="ListBox"/... | mit | C# |
3522c66eb57eea11cd18e55d7f006d331c8f1d63 | Implement GetSubNavigation | Gibe/Gibe.Navigation | Gibe.Navigation.GibeCommerce/GibeCommerceNavigationProvider.cs | Gibe.Navigation.GibeCommerce/GibeCommerceNavigationProvider.cs | using System.Collections.Generic;
using System.Linq;
using Gibe.Navigation.GibeCommerce.Models;
using Gibe.Navigation.Models;
using GibeCommerce.CatalogSystem;
using GibeCommerce.SiteServices.UrlProviders;
namespace Gibe.Navigation.GibeCommerce
{
public class GibeCommerceNavigationProvider<T> : INavigationProvide... | using System;
using System.Collections.Generic;
using System.Linq;
using Gibe.Navigation.GibeCommerce.Models;
using Gibe.Navigation.Models;
using Gibe.Urls;
using GibeCommerce.CatalogSystem;
using GibeCommerce.CatalogSystem.Data;
using GibeCommerce.SiteServices.UrlProviders;
namespace Gibe.Navigation.GibeCommerce
{
... | mit | C# |
ec78a81aa0dc6820380b7ec22a93a75b152be7c5 | Fix Error entity not contain RawJson | yamachu/Mastodot | Mastodot/Utils/JsonConverters/ErrorThrowJsonConverter.cs | Mastodot/Utils/JsonConverters/ErrorThrowJsonConverter.cs | using System;
using Mastodot.Entities;
using Mastodot.Exceptions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Mastodot.Utils.JsonConverters
{
internal class ErrorThrowJsonConverter<T> : JsonConverter
{
public override bool CanConvert(Type objectType)
{
return true;... | using System;
using Mastodot.Entities;
using Mastodot.Exceptions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Mastodot.Utils.JsonConverters
{
internal class ErrorThrowJsonConverter<T> : JsonConverter
{
public override bool CanConvert(Type objectType)
{
return true;... | mit | C# |
e3e60e8f9d7cb448138a3a78a9095994a7d5d6df | Add [Serializable] attribute | dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute | Source/NSubstitute/Exceptions/NotASubstituteException.cs | Source/NSubstitute/Exceptions/NotASubstituteException.cs | using System;
using System.Runtime.Serialization;
namespace NSubstitute.Exceptions
{
[Serializable]
public class NotASubstituteException : SubstituteException
{
const string Explanation = "NSubstitute extension methods like .Received() can only be called on objects created using Substitute.For<T>()... | using System.Runtime.Serialization;
namespace NSubstitute.Exceptions
{
[Serializable]
public class NotASubstituteException : SubstituteException
{
const string Explanation = "NSubstitute extension methods like .Received() can only be called on objects created using Substitute.For<T>() and related m... | bsd-3-clause | C# |
dc3af1e0f7634b373c43957188ec1bfec7f0a3f3 | Remove IAPIProvider since its not required at DrawableAvatar | peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu | osu.Game/Users/Drawables/DrawableAvatar.cs | osu.Game/Users/Drawables/DrawableAvatar.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
namespace osu.Game.Users.Drawa... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osu.Game.Online.API;
nam... | mit | C# |
08f3a68d97b41c13a27197dde0bfb8c4736be317 | Add a test for IterateAsync | Microsoft/xunit-performance,ianhays/xunit-performance,Microsoft/xunit-performance,ericeil/xunit-performance,mmitche/xunit-performance,visia/xunit-performance,pharring/xunit-performance | samples/SimplePerfTests/FormattingTests.cs | samples/SimplePerfTests/FormattingTests.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Xunit.Performance;
using Xunit;
namespace SimplePerfTests
{
pub... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xunit.Performance;
using Xunit;
namespace SimplePerfTests
{
public class Document
{
... | mit | C# |
38e1ed8535bcfd59c7afcda5d33d54ffa9d846da | Update SharedAssemblyInfo.cs | wieslawsoltes/AvaloniaBehaviors,wieslawsoltes/AvaloniaBehaviors,XamlBehaviors/XamlBehaviors,XamlBehaviors/XamlBehaviors | src/Shared/SharedAssemblyInfo.cs | src/Shared/SharedAssemblyInfo.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System.Reflection;
using System.Resources;
[assembly: AssemblyCompany("Wiesław Šoltés")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCopyri... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System.Reflection;
using System.Resources;
[assembly: AssemblyCompany("Wiesław Šoltés")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCopyri... | mit | C# |
c96966c743a9254cc32ab565342c885c78efc93c | implement ReadOnlyBase and ReadOnlyListBase serialiization using MobileFormatter. Add unit tests for serialization for .NET and SilverLight. | MarimerLLC/csla,BrettJaner/csla,rockfordlhotka/csla,rockfordlhotka/csla,MarimerLLC/csla,JasonBock/csla,ronnymgm/csla-light,jonnybee/csla,ronnymgm/csla-light,JasonBock/csla,MarimerLLC/csla,BrettJaner/csla,JasonBock/csla,jonnybee/csla,ronnymgm/csla-light,rockfordlhotka/csla,BrettJaner/csla,jonnybee/csla | cslalightcs/Csla/ReadOnlyBase.cs | cslalightcs/Csla/ReadOnlyBase.cs | using System;
using Csla.Serialization;
using Csla.Core;
using Csla.Core.FieldManager;
namespace Csla
{
[Serializable]
public class ReadOnlyBase<T> : Csla.Core.MobileObject
where T : ReadOnlyBase<T>
{
#region FieldManager
private FieldDataManager _fieldManager;
public static Pro... | using System;
using Csla.Serialization;
using Csla.Core;
using Csla.Core.FieldManager;
namespace Csla
{
[Serializable]
public class ReadOnlyBase<T> : Csla.Core.MobileObject
where T : ReadOnlyBase<T>
{
#region FieldManager
private FieldDataManager _fieldManager;
public static Pro... | mit | C# |
e6f7b84bd8699a3d35099371bf56be99f783bfc2 | Remove CLSCompliant indicator. | HeadspringLabs/bulk-writer | src/BulkWriter/Properties/AssemblyInfo.cs | src/BulkWriter/Properties/AssemblyInfo.cs | using System;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTrademark("")]
[assembly: Assembly... | using System;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTrademark("")]
[assembly: Assembly... | apache-2.0 | C# |
4b975ca10d34211f6555ff0e98b49c99f23981cb | Add better test coverage of `SettingsPanel` | smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu | osu.Game.Tests/Visual/Settings/TestSceneSettingsPanel.cs | osu.Game.Tests/Visual/Settings/TestSceneSettingsPanel.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Framework.Testing;
using osu.Game.Overlays;
namespace osu.Game... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Game.Overlays;
namespace osu.Game.Tests.Visual.Settings
{
... | mit | C# |
aa5924b9f2b1d9c5fc6b769f18e8c6ee3b0059b2 | remove TODO | 2sic/app-blog,2sic/app-blog,2sic/app-blog | bs4/_ListTopPost.cshtml | bs4/_ListTopPost.cshtml | @inherits Custom.Hybrid.Razor12
@using ToSic.Razor.Blade;
@{
var helpers = CreateInstance("Links.cs");
// This config is for the toolbar used on an item.
var toolbarConfig = new [] {
"-layout", // hide 'layout' button
"%new&show=true?contentType=BlogPost&entityId=0"... | @inherits Custom.Hybrid.Razor12
@using ToSic.Razor.Blade;
@{
var helpers = CreateInstance("Links.cs");
// This config is for the toolbar used on an item.
var toolbarConfig = new [] {
"-layout", // hide 'layout' button
"%new&show=true?contentType=BlogPost&entityId=0"... | mit | C# |
8a3db9720b4e068fbc4df08b7269b2c2999e2a3a | Fix null handling | WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Services/Validator.cs | src/WeihanLi.Common/Services/Validator.cs | using System.ComponentModel.DataAnnotations;
using WeihanLi.Extensions;
using AnnotationValidationResult = System.ComponentModel.DataAnnotations.ValidationResult;
using ValidationResult = WeihanLi.Common.Models.ValidationResult;
namespace WeihanLi.Common.Services;
public interface IValidator
{
ValidationResult V... | using System.ComponentModel.DataAnnotations;
using WeihanLi.Extensions;
using AnnotationValidationResult = System.ComponentModel.DataAnnotations.ValidationResult;
using ValidationResult = WeihanLi.Common.Models.ValidationResult;
namespace WeihanLi.Common.Services;
public interface IValidator
{
ValidationResult V... | mit | C# |
6b4af66597a323efe5679e9b1c2ae2f6a6a9bce4 | Update interface for ignored request policy | peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,pranavkm/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,Glimpse/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,pranavkm/Glimpse.Prototype,mike-kaufman/Gli... | src/Glimpse.Agent.Web/Framework/IIgnoredRequestPolicy.cs | src/Glimpse.Agent.Web/Framework/IIgnoredRequestPolicy.cs | using System;
namespace Glimpse.Agent.Web
{
public interface IIgnoredRequestPolicy
{
bool ShouldIgnore(IContext context);
}
} | using System;
namespace Glimpse.Agent.Web
{
public class IIgnoredRequestPolicy
{
}
} | mit | C# |
4f0a5a491ddbd6a2a4dc2018c626aab8aaa3e41b | fix merge error | jonnii/chinchilla | Chinchilla/Topologies/Rabbit/Exchange.cs | Chinchilla/Topologies/Rabbit/Exchange.cs | namespace Chinchilla.Topologies.Rabbit
{
public class Exchange : Bindable, IExchange
{
public Exchange(string name, ExchangeType exchangeType)
{
Name = name;
Type = exchangeType;
}
public ExchangeType Type { get; set; }
public Durability Durabili... | namespace Chinchilla.Topologies.Rabbit
{
public class Exchange : Bindable, IExchange
{
public Exchange(string name, ExchangeType exchangeType)
{
Name = name;
Type = exchangeType;
}
public ExchangeType Type { get; set; }
public Durability Durabili... | apache-2.0 | C# |
24ce5f13e078e292ecd4d946bee54bfe69a3dd76 | Add extra url alias | dolkensp/HoloXPLOR,dolkensp/HoloXPLOR,dolkensp/HoloXPLOR | HoloXPLOR/Controllers/_BaseController.cs | HoloXPLOR/Controllers/_BaseController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace HoloXPLOR.Controllers
{
public abstract class _BaseController : Controller
{
private HashSet<String> _secureHosts = new HashSet<String>(StringComparer.InvariantCultureIgnoreCase) {
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace HoloXPLOR.Controllers
{
public abstract class _BaseController : Controller
{
private HashSet<String> _secureHosts = new HashSet<String>(StringComparer.InvariantCultureIgnoreCase) {
... | mit | C# |
fc0d048c3c9a9b9fbf1ca76e59cfa46640d3defb | set next alpha version | xxMUROxx/MahApps.Metro,batzen/MahApps.Metro,Evangelink/MahApps.Metro,Danghor/MahApps.Metro,pfattisc/MahApps.Metro,Jack109/MahApps.Metro,chuuddo/MahApps.Metro,ye4241/MahApps.Metro,p76984275/MahApps.Metro,psinl/MahApps.Metro,jumulr/MahApps.Metro,MahApps/MahApps.Metro | MahApps.Metro/Properties/AssemblyInfo.cs | MahApps.Metro/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;
[assembly: AssemblyCopyright("Copyright © MahApps.Metro 2011-2015")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDic... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;
[assembly: AssemblyCopyright("Copyright © MahApps.Metro 2011-2015")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDic... | mit | C# |
06534f0798326400a99f9eeefaa7a1249ffb0fbb | Allow tile size to be changed from 8x8 using Clear-Tileset --tile-size. | Prof9/PixelPet | PixelPet/CLI/Commands/ClearTilesetCmd.cs | PixelPet/CLI/Commands/ClearTilesetCmd.cs | using LibPixelPet;
using System;
namespace PixelPet.CLI.Commands {
internal class ClearTilesetCmd : CliCommand {
public ClearTilesetCmd()
: base("Clear-Tileset",
new Parameter("tile-size", "s", false, new ParameterValue("width", "8"), new ParameterValue("height", "8"))
) { }
public override void Run(W... | using LibPixelPet;
using System;
namespace PixelPet.CLI.Commands {
internal class ClearTilesetCmd : CliCommand {
public ClearTilesetCmd()
: base("Clear-Tileset") { }
public override void Run(Workbench workbench, ILogger logger) {
int w = 8;
int h = 8;
workbench.Tileset = new Tileset(w, h);
logg... | mit | C# |
9695d53b0e332e5420a22a0be2eed87693ca3e5f | Test case for calling try read with null values | BizTalkComponents/Utils | Tests/UnitTests/ContextExtensionTests.cs | Tests/UnitTests/ContextExtensionTests.cs | using System;
using Microsoft.BizTalk.Message.Interop;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Winterdom.BizTalk.PipelineTesting;
namespace BizTalkComponents.Utils.Tests.UnitTests
{
[TestClass]
public class ContextExtensionTests
{
private IBaseMessage _testMessage;
[Test... | using System;
using Microsoft.BizTalk.Message.Interop;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Winterdom.BizTalk.PipelineTesting;
namespace BizTalkComponents.Utils.Tests.UnitTests
{
[TestClass]
public class ContextExtensionTests
{
private IBaseMessage _testMessage;
[Test... | mit | C# |
55ec639a7c81efd7914bea4b022a586a271a28d5 | Update version to 1.2.3.0 | msft-shahins/BotBuilder,dr-em/BotBuilder,dr-em/BotBuilder,msft-shahins/BotBuilder,Clairety/ConnectMe,msft-shahins/BotBuilder,xiangyan99/BotBuilder,yakumo/BotBuilder,xiangyan99/BotBuilder,mmatkow/BotBuilder,stevengum97/BotBuilder,mmatkow/BotBuilder,yakumo/BotBuilder,dr-em/BotBuilder,xiangyan99/BotBuilder,mmatkow/BotBuil... | CSharp/Library/Properties/AssemblyInfo.cs | CSharp/Library/Properties/AssemblyInfo.cs | using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembl... | using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembl... | mit | C# |
cdd283a65c10555e11fce9c00a62c5b5cec9a338 | Add ToString to ServoTelemetrics | dmweis/DynamixelServo,dmweis/DynamixelServo,dmweis/DynamixelServo,dmweis/DynamixelServo | DynamixelServo.Driver/ServoTelemetrics.cs | DynamixelServo.Driver/ServoTelemetrics.cs | namespace DynamixelServo.Driver
{
public class ServoTelemetrics
{
public int Id { get; set; }
public int Temperature { get; set; }
public float Voltage { get; set; }
public int Load { get; set; }
public override string ToString()
{
return $"Id: {Id} Temperature: {T... | namespace DynamixelServo.Driver
{
public class ServoTelemetrics
{
public int Id { get; set; }
public int Temperature { get; set; }
public float Voltage { get; set; }
public int Load { get; set; }
}
}
| apache-2.0 | C# |
0f62a6e26cfaefcf5c2b6039c3b93d10794fd7de | remove rrssb from project | odedw/game-of-music,odedw/game-of-music | GameOfMusicV2/Views/Shared/_Layout.cshtml | GameOfMusicV2/Views/Shared/_Layout.cshtml | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game of Music</title>
<link href="~/Content/bootstrap.css" rel="stylesheet" />
<link href="~/Content/Site.css" rel="stylesheet" />
@Scripts.Render("~/bundles/mode... | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game of Music</title>
<link href="~/Content/bootstrap.css" rel="stylesheet" />
<link href="~/Content/Site.css" rel="stylesheet" />
<link href="~/Content/rrssb.css... | mit | C# |
7b43b78444c348507fe39bef1869507d2886c4a0 | Disable KuduUpTimeTest test | dev-enthusiast/kudu,oliver-feng/kudu,chrisrpatterson/kudu,kenegozi/kudu,barnyp/kudu,EricSten-MSFT/kudu,uQr/kudu,juoni/kudu,mauricionr/kudu,puneet-gupta/kudu,projectkudu/kudu,YOTOV-LIMITED/kudu,shrimpy/kudu,juvchan/kudu,EricSten-MSFT/kudu,projectkudu/kudu,juoni/kudu,dev-enthusiast/kudu,juvchan/kudu,mauricionr/kudu,kali7... | Kudu.FunctionalTests/GitStabilityTests.cs | Kudu.FunctionalTests/GitStabilityTests.cs | using System;
using System.Linq;
using Kudu.Core.Deployment;
using Kudu.FunctionalTests.Infrastructure;
using Kudu.TestHarness;
using Xunit;
namespace Kudu.FunctionalTests
{
public class GitStabilityTests
{
[Fact]
public void NSimpleDeployments()
{
string repositoryName = "... | using System;
using System.Linq;
using Kudu.Core.Deployment;
using Kudu.FunctionalTests.Infrastructure;
using Kudu.TestHarness;
using Xunit;
namespace Kudu.FunctionalTests
{
public class GitStabilityTests
{
[Fact]
public void NSimpleDeployments()
{
string repositoryName = "... | apache-2.0 | C# |
9c6d0607f46a3e87c8f6e3ca42dda2a7029d2773 | Update Domain Model | shahriarhossain/MailChimp.Api.Net | MailChimp.Api.Net/Domain/Reports/Opens.cs | MailChimp.Api.Net/Domain/Reports/Opens.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MailChimp.Api.Net.Domain.Reports
{
public class Opens
{
public int opens_total { get; set; }
public int unique_opens { get; set; }
public double open_rate { get... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MailChimp.Api.Net.Domain.Reports
{
public class Opens
{
public int opens_total { get; set; }
public int unique_opens { get; set; }
public int open_rate { get; s... | mit | C# |
5ec0a41b948afad2e470c2b021d635eb7aa09da6 | Add test | sakapon/Samples-2017 | ProxySample/DynamicHttpConsole/Program.cs | ProxySample/DynamicHttpConsole/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
namespace DynamicHttpConsole
{
class Program
{
const string Uri_ZipCloud = "http://zipcloud.ibsnet.co.jp/api/search";
const string Uri_Cgis_Xml = "http://zip.cgis.biz/xml/zip.php";
static void Main(string[] ... | using System;
using System.Collections.Generic;
using System.Linq;
namespace DynamicHttpConsole
{
class Program
{
const string Uri_ZipCloud = "http://zipcloud.ibsnet.co.jp/api/search";
const string Uri_Cgis = "http://zip.cgis.biz/xml/zip.php";
static void Main(string[] args... | mit | C# |
668254b659c7ceb2dc0ca57599903cb470cc2337 | Put constructor initializers on their own line | qmfrederik/AS.TurboJpegWrapper,qmfrederik/AS.TurboJpegWrapper | Quamotion.TurboJpegWrapper/TJException.cs | Quamotion.TurboJpegWrapper/TJException.cs | // <copyright file="TJException.cs" company="Autonomic Systems, Quamotion">
// Copyright (c) Autonomic Systems. All rights reserved.
// Copyright (c) Quamotion. All rights reserved.
// </copyright>
using System;
namespace TurboJpegWrapper
{
// ReSharper disable once InconsistentNaming
/// <summar... | // <copyright file="TJException.cs" company="Autonomic Systems, Quamotion">
// Copyright (c) Autonomic Systems. All rights reserved.
// Copyright (c) Quamotion. All rights reserved.
// </copyright>
using System;
namespace TurboJpegWrapper
{
// ReSharper disable once InconsistentNaming
/// <summar... | mit | C# |
24da6ed778942b83f4abba5c2b13842c4e4d65eb | update HospitalInfo with new properties needed for 3370 | dhawalharsora/connectedcare-sdk,SnapMD/connectedcare-sdk | SnapMD.ConnectedCare.ApiModels/HospitalInfo.cs | SnapMD.ConnectedCare.ApiModels/HospitalInfo.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SnapMD.ConnectedCare.ApiModels
{
public class HospitalInfo
{
public int HospitalId { get; set; }
public string HospitalName { get; set; }
public string ContactP... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SnapMD.ConnectedCare.ApiModels
{
public class HospitalInfo
{
public int HospitalId { get; set; }
public string HospitalName { get; set; }
public string ContactP... | apache-2.0 | C# |
0de0fec3043209e10862b59a30592505f2f46547 | Add overload on effect pass to allow flag parameter. | TechPriest/SharpDX,TigerKO/SharpDX,TigerKO/SharpDX,Ixonos-USA/SharpDX,VirusFree/SharpDX,weltkante/SharpDX,waltdestler/SharpDX,dazerdude/SharpDX,PavelBrokhman/SharpDX,weltkante/SharpDX,manu-silicon/SharpDX,davidlee80/SharpDX-1,fmarrabal/SharpDX,TechPriest/SharpDX,davidlee80/SharpDX-1,dazerdude/SharpDX,Ixonos-USA/SharpDX... | Source/SharpDX.Direct3D11.Effects/EffectPass.cs | Source/SharpDX.Direct3D11.Effects/EffectPass.cs | // Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modi... | // Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modi... | mit | C# |
71d3bfbac98a9dd3b11554697cd8424545d4b2b9 | Update TestKernelSets.cs | zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | Tests/Cosmos.TestRunner.Full/TestKernelSets.cs | Tests/Cosmos.TestRunner.Full/TestKernelSets.cs | using System;
using System.Collections.Generic;
namespace Cosmos.TestRunner.Full
{
public static class TestKernelSets
{
// Kernel types to run: the ones that will run in test runners that use the default engine configuration.
public static IEnumerable<Type> GetKernelTypesToRun()
{
... | using System;
using System.Collections.Generic;
namespace Cosmos.TestRunner.Full
{
public static class TestKernelSets
{
// Kernel types to run: the ones that will run in test runners that use the default engine configuration.
public static IEnumerable<Type> GetKernelTypesToRun()
{
... | bsd-3-clause | C# |
98b61d7c51b577b85a6cbb455cf8de1322bb7087 | Fix async test | Fody/NullGuard | TestsNullableRefTypes/RewritingAsyncMethods.cs | TestsNullableRefTypes/RewritingAsyncMethods.cs | using System;
using System.Threading.Tasks;
using Xunit;
public class RewritingAsyncMethods
{
[Fact]
public async void RequiresNonNullConcreteTypeAsync()
{
await Assert.ThrowsAsync<InvalidOperationException>(() => ClassWithAsyncMethods.GetNonNullAsync());
}
[Fact]
public async void Al... | using System;
using Xunit;
public class RewritingAsyncMethods
{
[Fact]
public async void RequiresNonNullConcreteTypeAsync()
{
await Assert.ThrowsAsync<InvalidOperationException>(() => ClassWithAsyncMethods.GetNonNullAsync());
}
[Fact]
public async void AllowsNullConcreteTypeAsync()
... | mit | C# |
a94883118917d3b48e8140f77d85d1522bc6f84e | Bump version to 0.14 | whampson/bft-spec,whampson/cascara | Src/WHampson.Cascara/Properties/AssemblyInfo.cs | Src/WHampson.Cascara/Properties/AssemblyInfo.cs | #region License
/* Copyright (c) 2017 Wes Hampson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | #region License
/* Copyright (c) 2017 Wes Hampson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | mit | C# |
b2eb9ad080adca6d15bd3e6ebaa2583cd8c2c36d | Update namespace name | regifraga/Net.Comunication.UDP | SimpleUDPMessage/SimpleUDPMessageClient.cs | SimpleUDPMessage/SimpleUDPMessageClient.cs | using System;
using System.Net;
using System.Text;
using System.Net.Sockets;
namespace RegiFraga.Comunication.UDP
{
public class SimpleUDPMessageClient : SimpleUDPMessageBase
{
private Action<string> _sendCallback;
public delegate void MessageReceiveHandle(string message);
pu... | using System;
using System.Net;
using System.Text;
using System.Net.Sockets;
namespace IMS.UDP.Simple.Message
{
public class SimpleUDPMessageClient : SimpleUDPMessageBase
{
private Action<string> _sendCallback;
public delegate void MessageReceiveHandle(string message);
public... | mit | C# |
ac602ae1178a0c606ac882e6139cf30a81e44447 | Update WalletWasabi.Gui/Models/LoadWalletEntry.cs | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Models/LoadWalletEntry.cs | WalletWasabi.Gui/Models/LoadWalletEntry.cs | using System;
using System.Collections.Generic;
using System.Text;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Gui.Models
{
public class LoadWalletEntry
{
public string WalletName { get; set; } = null;
public HwiEnumerateEntry HardwareWalletInfo { get; set; } = null;
public LoadWalletEntry(string wa... | using System;
using System.Collections.Generic;
using System.Text;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Gui.Models
{
public class LoadWalletEntry
{
public string WalletName { get; set; } = null;
public HwiEnumerateEntry HardwareWalletInfo { get; set; } = null;
public LoadWalletEntry(string wa... | mit | C# |
f4e9703deb20a7abdd303781a17c63e736951136 | Fix incorrect comparison | peppy/osu-new,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu | osu.Game/Screens/Multi/Components/SelectionPollingComponent.cs | osu.Game/Screens/Multi/Components/SelectionPollingComponent.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Online.Multiplayer;
namespa... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Online.Multiplayer;
namespa... | mit | C# |
0bf983dc4a6a82f9696a480936dfd64e7e45e442 | Fix compiler failing to load settings xml causing an empty compiler error in Unity, (#29) | SaladLab/Unity3D.IncrementalCompiler,SaladbowlCreative/Unity3D.IncrementalCompiler | core/IncrementalCompiler/Settings.cs | core/IncrementalCompiler/Settings.cs | using System;
using System.IO;
using System.Reflection;
using System.Xml.Linq;
namespace IncrementalCompiler
{
public class Settings
{
public DebugSymbolFileType DebugSymbolFile;
public PrebuiltOutputReuseType PrebuiltOutputReuse;
public static Settings Default = new Settings
... | using System;
using System.IO;
using System.Reflection;
using System.Xml.Linq;
namespace IncrementalCompiler
{
public class Settings
{
public DebugSymbolFileType DebugSymbolFile;
public PrebuiltOutputReuseType PrebuiltOutputReuse;
public static Settings Default = new Settings
... | mit | C# |
052c3ba6e0459d530b7b9f135c92c645ca6123d3 | fix Save and Load Serialization. #67 | cbovar/ConvNetSharp | src/ConvNetSharp.Core/Serialization/SerializationExtensions.cs | src/ConvNetSharp.Core/Serialization/SerializationExtensions.cs | using System;
using System.Linq;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace ConvNetSharp.Core.Serialization
{
public static class SerializationExtensions
{
public static Net<T> FromJson<T>(string json) where T : struct, IEquatable<T>, IFormattable
{
var data = Jso... | using System;
using System.Linq;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace ConvNetSharp.Core.Serialization
{
public static class SerializationExtensions
{
public static Net<T> FromJson<T>(string json) where T : struct, IEquatable<T>, IFormattable
{
var data = Jso... | mit | C# |
73bcfcc96b6db893b86becdd071081ab524b3c8f | Refactor VK class | rhynodegreat/CSharpGameLibrary,vazgriz/CSharpGameLibrary,rhynodegreat/CSharpGameLibrary,vazgriz/CSharpGameLibrary | CSGL.Vulkan/Unmanaged/VK.cs | CSGL.Vulkan/Unmanaged/VK.cs | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.InteropServices;
using CSGL.Vulkan.Unmanaged;
namespace CSGL.Vulkan.Unmanaged {
public static partial class VK {
public static string GetCommand<T>() {
Type t = typeof(T);
re... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.InteropServices;
using CSGL.Vulkan.Unmanaged;
namespace CSGL.Vulkan.Unmanaged {
public static partial class VK {
public static string GetCommand<T>() {
Type t = typeof(T);
re... | mit | C# |
fa7a296f86c010e73ba22c55c7a3f104658a4be6 | fix bug in while condition | pashchuk/Numerical-methods,pashchuk/Numerical-methods | CSharp/Nums/SeidelMethod.cs | CSharp/Nums/SeidelMethod.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
namespace Nums
{
public class SeidelMethod
{
#region Fields
private Matrix<double> _matrix;
private double[] _vector;
private double[] _solution;
#endre... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
namespace Nums
{
public class SeidelMethod
{
#region Fields
private Matrix<double> _matrix;
private double[] _vector;
private double[] _solution;
#endre... | mit | C# |
f493f77a1e3f47c21f3bc907e9d59af6a8a35156 | Make sure the model isn't lost when navigating to/from the contact picker | HTBox/MobileKidsIdApp,bseebacher/MobileKidsIdApp,rockfordlhotka/MobileKidsIdApp,HTBox/MobileKidsIdApp,bseebacher/MobileKidsIdApp,bseebacher/MobileKidsIdApp,rockfordlhotka/MobileKidsIdApp,bseebacher/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp | src/MobileKidsIdApp/MobileKidsIdApp/ViewModels/BasicDetails.cs | src/MobileKidsIdApp/MobileKidsIdApp/ViewModels/BasicDetails.cs | using MobileKidsIdApp.Services;
using System.Threading.Tasks;
using System.Windows.Input;
using Xamarin.Forms;
using MobileKidsIdApp.Models;
namespace MobileKidsIdApp.ViewModels
{
public class BasicDetails : ViewModelBase<Models.ChildDetails>
{
private ContactInfo _contact;
public ICommand Ch... | using MobileKidsIdApp.Services;
using System.Threading.Tasks;
using System.Windows.Input;
using Xamarin.Forms;
using MobileKidsIdApp.Models;
namespace MobileKidsIdApp.ViewModels
{
public class BasicDetails : ViewModelBase<Models.ChildDetails>
{
private ContactInfo _contact;
public ICommand Ch... | apache-2.0 | C# |
ab65d1b661df00cd009641ad89601d09947e5d88 | Update for CLS Compliance | dipeshc/BTDeploy | src/MonoTorrent.Tests/Client/Tests/AllowedFastAlgorithmTest.cs | src/MonoTorrent.Tests/Client/Tests/AllowedFastAlgorithmTest.cs | //
// AllowedFastAlgorithm.cs
//
// Authors:
// Alan McGovern alan.mcgovern@gmail.com
//
// Copyright (C) 2006 Alan McGovern
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without re... | //
// AllowedFastAlgorithm.cs
//
// Authors:
// Alan McGovern alan.mcgovern@gmail.com
//
// Copyright (C) 2006 Alan McGovern
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without re... | mit | C# |
38c3ecacd83ffc27a983666ee576f5101b23a949 | Fix for ObjectDisposed exception if form was closed. | nycdotnet/TSqlFlex | Code/TSqlFlex/RunCommand.cs | Code/TSqlFlex/RunCommand.cs | using System;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Text;
using RedGate.SIPFrameworkShared;
namespace TSqlFlex
{
class RunCommand : ISharedCommand
{
private readonly ISsmsFunctionalityProvider4 ssmsProvider;
private readonly ICommandImage commandImage = new Comman... | using System;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Text;
using RedGate.SIPFrameworkShared;
namespace TSqlFlex
{
class RunCommand : ISharedCommand
{
private readonly ISsmsFunctionalityProvider4 ssmsProvider;
private readonly ICommandImage commandImage = new Comman... | mit | C# |
6a2a3d953275afccd7181f095252c5219303f8fc | Fix JSON formatting in Angular2Spa template | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | templates/Angular2Spa/Startup.cs | templates/Angular2Spa/Startup.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNet.SpaServices.Webpack;
using Microsoft.Extensions.DependencyInjection;
using Mic... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNet.SpaServices.Webpack;
using Microsoft.Extensions.DependencyInjection;
using Mic... | apache-2.0 | C# |
dbc7c071d8a78064e22c9fa8ee4dbf92afa29de9 | Set Name | dsharlet/LiveSPICE,dsharlet/ComputerAlgebra | Circuit/Components/VariableResistor.cs | Circuit/Components/VariableResistor.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SyMath;
using System.ComponentModel;
namespace Circuit
{
[CategoryAttribute("Standard")]
[DisplayName("Variable Resistor")]
[DefaultProperty("Resistance")]
[Description("Variable resistor.")]
public class ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SyMath;
using System.ComponentModel;
namespace Circuit
{
[CategoryAttribute("Standard")]
[DisplayName("Variable Resistor")]
[DefaultProperty("Resistance")]
[Description("Variable resistor.")]
public class ... | mit | C# |
67d6fe0c91413c56ade380a3c3dfd891b9928199 | add comment | ivayloivanof/C-Sharp-Chat-Programm | Client/ChatClient/ChatClient/Client.cs | Client/ChatClient/ChatClient/Client.cs | namespace ChatClient
{
using System.Collections.Generic;
public class Client
{
public List<ServerInfo> ServerInfoList;
public Server connectedServer;
private string loginName;
private string loginPassword;
private string serverPassword;
public Clie... | namespace ChatClient
{
using System.Collections.Generic;
public class Client
{
public List<ServerInfo> ServerInfoList;
public Server connectedServer;
private string loginName;
private string loginPassword;
private string serverPassword;
public Clie... | unlicense | C# |
d327720370475476e27182309d97dfc67158c923 | Add comments | YallaDotNet/syslog | Core/Transport/ISyslogMessageSender.cs | Core/Transport/ISyslogMessageSender.cs | using System;
using System.Collections.Generic;
using SyslogNet.Client.Serialization;
namespace SyslogNet.Client.Transport
{
/// <summary>
/// Message sender.
/// </summary>
public interface ISyslogMessageSender : IDisposable
{
/// <summary>
/// Connects to the remote host.
/// </... | using System;
using System.Collections.Generic;
using SyslogNet.Client.Serialization;
namespace SyslogNet.Client.Transport
{
public interface ISyslogMessageSender : IDisposable
{
void Connect();
void Disconnect();
void Reconnect();
void Send(SyslogMessage message, ISyslogMessageSerializer seriali... | mit | C# |
f59d2307835b44f39a9bb693cc99dc639231e6f8 | set an expires date, so that the cookie does not expire immediatly in IE11. | AlejandroCano/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/framework,signumsoftware/extensions,MehdyKarimpour/extensions,AlejandroCano/extensions | Signum.React.Extensions/Translation/CulturesController.cs | Signum.React.Extensions/Translation/CulturesController.cs | using System;
using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Basics;
using Signum.React.Filters;
using Signum.Utilities;
using System.Collections.Generic;
usi... | using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Basics;
using Signum.React.Filters;
using Signum.Utilities;
using System.Collections.Generic;
using System.Globa... | mit | C# |
aeb897bf168703f1d66b89ec4a61ac8a1ecd7b53 | Format code | Weingartner/SolidworksAddinFramework | SolidworksAddinFramework/RevertiblePropertyManagerPage.cs | SolidworksAddinFramework/RevertiblePropertyManagerPage.cs | using System.Collections.Generic;
using SolidWorks.Interop.sldworks;
using SolidWorks.Interop.swconst;
namespace SolidworksAddinFramework
{
/// <summary>
/// This page works with live Data. Changes made in the
/// UI are immediately reflected in the object passed
/// in. If OnCancel is called then the ... | using System.Collections.Generic;
using SolidWorks.Interop.sldworks;
using SolidWorks.Interop.swconst;
namespace SolidworksAddinFramework
{
/// <summary>
/// This page works with live Data. Changes made in the
/// UI are immediately reflected in the object passed
/// in. If OnCancel is called then the ... | mit | C# |
088d6fe78147e1ad30d84936bd8e3c3b72f6703d | Fix compile error with removed brush cache | PowerOfCode/Eto,l8s/Eto,bbqchickenrobot/Eto-1,bbqchickenrobot/Eto-1,PowerOfCode/Eto,PowerOfCode/Eto,bbqchickenrobot/Eto-1,l8s/Eto,l8s/Eto | Source/Eto.Platform.Wpf/Forms/Controls/GroupBoxHandler.cs | Source/Eto.Platform.Wpf/Forms/Controls/GroupBoxHandler.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using swc = System.Windows.Controls;
using sw = System.Windows;
using swd = System.Windows.Data;
using swm = System.Windows.Media;
using Eto.Forms;
using Eto.Drawing;
using Eto.Platform.Wpf.Drawing;
namespace Eto.Platform.Wpf.Forms.C... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using swc = System.Windows.Controls;
using sw = System.Windows;
using swd = System.Windows.Data;
using swm = System.Windows.Media;
using Eto.Forms;
using Eto.Drawing;
using Eto.Platform.Wpf.Drawing;
using Eto.Cache;
namespace Eto.Pla... | bsd-3-clause | C# |
fed5c2549d4738ef5a5037142e4fb30a4c331639 | Fix to build with Beta 2. | rockfordlhotka/csla,MarimerLLC/csla,JasonBock/csla,ronnymgm/csla-light,BrettJaner/csla,MarimerLLC/csla,JasonBock/csla,jonnybee/csla,jonnybee/csla,JasonBock/csla,ronnymgm/csla-light,rockfordlhotka/csla,MarimerLLC/csla,BrettJaner/csla,jonnybee/csla,BrettJaner/csla,rockfordlhotka/csla,ronnymgm/csla-light | Source/Csla.Web.Mvc/CslaModelBinder.cs | Source/Csla.Web.Mvc/CslaModelBinder.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
namespace Csla.Web.Mvc
{
/// <summary>
/// Model binder for use with CSLA .NET editable business
/// objects.
/// </summary>
public class CslaModelBinder : DefaultModelBinder
{
/// <summary>
/// ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
namespace Csla.Web.Mvc
{
/// <summary>
/// Model binder for use with CSLA .NET editable business
/// objects.
/// </summary>
public class CslaModelBinder : DefaultModelBinder
{
/// <summary>
/// ... | mit | C# |
5d154b2c7231950a840253a297fe439146e19258 | Optimize edges' GetHashCode method | MSayfullin/Basics | Basics.Structures/Graphs/Edge.cs | Basics.Structures/Graphs/Edge.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Basics.Structures.Graphs
{
[DebuggerDisplay("{Source}->{Target}")]
public class Edge<T> : IEquatable<Edge<T>> where T : IEquatable<T>
{
private readonly Lazy<int> _hashCode;
public Edge(T source, T target)... | using System;
using System.Diagnostics;
namespace Basics.Structures.Graphs
{
[DebuggerDisplay("{Source}->{Target}")]
public class Edge<T> : IEquatable<Edge<T>> where T : IEquatable<T>
{
public Edge(T source, T target)
{
Source = source;
Target = target;
}
... | mit | C# |
e95fa2d8d5d966cbf1cec7898b258c64c2a86e0b | update test | martinlindhe/Punku | PunkuTests/Strings/Shift.cs | PunkuTests/Strings/Shift.cs | using System;
using NUnit.Framework;
using Punku;
[TestFixture]
[Category ("Strings")]
public class Strings_Shift
{
[Test]
public void Test01 ()
{
Assert.AreEqual (Punku.Strings.Shift.ShiftString ("qrpgle.kyicrpylq()", 2), "string.maketrans()");
}
[Test]
public void Test02 ()
{
Assert.AreEqual (Punku.Stri... | using System;
using NUnit.Framework;
using Punku;
[TestFixture]
[Category ("Strings")]
public class Strings_Shift
{
[Test]
public void Test01 ()
{
Assert.AreEqual (Punku.Strings.Shift.ShiftLetters ("qrpgle.kyicrpylq()", 2), "string.maketrans()");
}
[Test]
public void Test02 ()
{
Assert.AreEqual (Punku.Str... | mit | C# |
5ffd3ff82acbf76acc91accf666b76ab1255b3e1 | Add xmldoc and allow constructing an `AssemblyRulesetStore` with a directory path | ppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu | osu.Game/Rulesets/AssemblyRulesetStore.cs | osu.Game/Rulesets/AssemblyRulesetStore.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions.ObjectExtensions;
using osu.Framework.Platform;
#nullable enable
names... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions.ObjectExtensions;
using osu.Framework.Platform;
#nullable enable
names... | mit | C# |
653be3b88bd8f6758ad5e7d02419bc3db9c9e2e0 | Fix crashes when server is turned off | LibertyLocked/webscripthook,LibertyLocked/webscripthook,LibertyLocked/webscripthook,LibertyLocked/webscripthook | VStats-plugin/MainScript.cs | VStats-plugin/MainScript.cs | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using GTA;
using Newtonsoft.Json;
namespace VStats_plugin
{
class MainScript :... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using GTA;
using Newtonsoft.Json;
namespace VStats_plugin
{
class MainScript :... | mit | C# |
6b2416feb0934de94d446ab0bc82b50b486015d4 | Update copyright year in template | codingteam/codingteam.org.ru,codingteam/codingteam.org.ru | Views/Shared/_Layout.cshtml | Views/Shared/_Layout.cshtml | <!DOCTYPE html>
<html>
<head>
<title>@ViewData["Title"]</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="~/style.css"/>
</head>
<body>
<div class="container">... | <!DOCTYPE html>
<html>
<head>
<title>@ViewData["Title"]</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="~/style.css"/>
</head>
<body>
<div class="container">... | mit | C# |
4e12a2734ccf28dae236d6c78385e79d69bf32d7 | Remove ignore attribute from now fixed test scene | smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu | osu.Game.Rulesets.Catch.Tests/TestSceneCatchPlayerLegacySkin.cs | osu.Game.Rulesets.Catch.Tests/TestSceneCatchPlayerLegacySkin.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics.Containers;
using osu.Framework.Screens;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics.Containers;
using osu.Framework.Screens;
usin... | mit | C# |
95743e724cc1af58eb85bd45a048cbddcaf70757 | add unary button | neuecc/MagicOnion | samples/ChatApp/ChatApp.Server/Program.cs | samples/ChatApp/ChatApp.Server/Program.cs | using System.IO;
using System.Reflection;
using System.Threading.Tasks;
using Grpc.Core;
using MagicOnion.Hosting;
using MagicOnion.OpenTelemetry;
using MagicOnion.Server;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using OpenT... | using System.Threading.Tasks;
using Grpc.Core;
using MagicOnion.Hosting;
using MagicOnion.OpenTelemetry;
using MagicOnion.Server;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using OpenTelemetry.Exporter.Prometheus;
using OpenTelemetry.Stats;
using OpenTelemetry.Tags;
u... | mit | C# |
bfd0b35213f6ec4eab6ebeed1c210116d8823b15 | Add logging of Widget's existence. | timtmok/ktanemod-twofactor,timtmok/ktanemod-twofactor | Assets/Scripts/TwoFactorWidget.cs | Assets/Scripts/TwoFactorWidget.cs | using System.Collections.Generic;
using Newtonsoft.Json;
using UnityEngine;
using Random = UnityEngine.Random;
public class TwoFactorWidget : MonoBehaviour
{
public TextMesh KeyText;
public AudioClip Notify;
private int _key;
private float _timeElapsed;
private const float TimerLength = 60.0f;
public static ... | using System.Collections.Generic;
using Newtonsoft.Json;
using UnityEngine;
using Random = UnityEngine.Random;
public class TwoFactorWidget : MonoBehaviour
{
public TextMesh KeyText;
public AudioClip Notify;
private int _key;
private float _timeElapsed;
private const float TimerLength = 60.0f;
public static ... | mit | C# |
055d95a2ce87f12a2e16227d183ef4c7d06d7e35 | Undo API break. | florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho | Bindings/Portable/Actions/Node.cs | Bindings/Portable/Actions/Node.cs | using System;
using System.Threading.Tasks;
using Urho.Actions;
namespace Urho
{
partial class Node
{
/// <summary>
/// Runs an Action that can be awaited.
/// </summary>
/// <param name="action">A FiniteTimeAction.</param>
public Task<ActionState> RunActionsAsync(FiniteTimeAction action)
{
var tcs =... | using System;
using System.Threading.Tasks;
using Urho.Actions;
namespace Urho
{
partial class Node
{
/// <summary>
/// Runs an Action that can be awaited.
/// </summary>
/// <param name="action">A FiniteTimeAction.</param>
public Task<ActionState> RunActionsAsync(FiniteTimeAction action)
{
var tcs =... | mit | C# |
e5e6a7f4b4a73f40fb3ce6dde761c093d5c1e706 | Test - use TraceLogger for BufferPoolTests | TrabacchinLuigi/dokan-dotnet,dokan-dev/dokan-dotnet,dokan-dev/dokan-dotnet,TrabacchinLuigi/dokan-dotnet,TrabacchinLuigi/dokan-dotnet,dokan-dev/dokan-dotnet | DokanNet.Tests/BufferPoolTests.cs | DokanNet.Tests/BufferPoolTests.cs | using System;
using DokanNet.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DokanNet.Tests
{
/// <summary>
/// Tests for <see cref="BufferPool"/>.
/// </summary>
[TestClass]
public sealed class BufferPoolTests
{
/// <summary>
/// Rudimentary test for <se... | using System;
using DokanNet.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DokanNet.Tests
{
/// <summary>
/// Tests for <see cref="BufferPool"/>.
/// </summary>
[TestClass]
public sealed class BufferPoolTests
{
/// <summary>
/// Rudimentary test for <se... | mit | C# |
7147aa41c0597721ad689e14e081952374a008f1 | Revert develop purpose action | OrganizeSanayi/HospitalAutomation | HospitalAutomation.GUI/Program.cs | HospitalAutomation.GUI/Program.cs | using System;
using System.Windows.Forms;
namespace HospitalAutomation.GUI
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
... | using System;
using System.Windows.Forms;
namespace HospitalAutomation.GUI
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
... | apache-2.0 | C# |
71156c6e8818fbefecac4ee2d31724df1bbcfe45 | Fix create BitmapDecoder with async file stream. | lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd | JemlemlacuLemjakarbabo/Program.cs | JemlemlacuLemjakarbabo/Program.cs | using System;
using System.IO;
using System.Runtime.InteropServices;
using Microsoft.Win32.SafeHandles;
namespace JemlemlacuLemjakarbabo
{
class Program
{
static void Main(string[] args)
{
CheckHResult(UnsafeNativeMethods.WICCodec.CreateImagingFactory(UnsafeNativeMethods.WICCodec.W... | using System;
using System.IO;
using System.Runtime.InteropServices;
namespace JemlemlacuLemjakarbabo
{
class Program
{
static void Main(string[] args)
{
CheckHResult(UnsafeNativeMethods.WICCodec.CreateImagingFactory(UnsafeNativeMethods.WICCodec.WINCODEC_SDK_VERSION,
... | mit | C# |
9c6ce230bca4a6c131b3cd849cb888c610b7c85f | Fix compile error | EVAST9919/osu,johnneijzen/osu,ZLima12/osu,smoogipoo/osu,Drezi126/osu,peppy/osu-new,2yangk23/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,DrabWeb/osu,johnneijzen/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,Frontear/osuKyzer,Nabile-Rahmani/osu,tacchinotacchi/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,naoey/... | osu.Game/Graphics/Containers/ReverseDepthFillFlowContainer.cs | osu.Game/Graphics/Containers/ReverseDepthFillFlowContainer.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Graphics.Containe... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Graphics.Containe... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.