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 |
|---|---|---|---|---|---|---|---|---|
e762aa1f0973ddb5efffdfa7f5c7757098dfbcfc | Change AssemblyVersion to 1.0.0.0 | bholmes/XamarinComponents,xamarin/XamarinComponents,bholmes/XamarinComponents,bholmes/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,bholmes/XamarinComponents,xamarin/XamarinComponents,bholmes/XamarinComponents,bholmes/XamarinComponents | Android/FirebaseJobDispatcher/source/Firebase.JobDispatcher/Properties/AssemblyInfo.cs | Android/FirebaseJobDispatcher/source/Firebase.JobDispatcher/Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Firebase.JobDispatcher")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[a... | using System.Reflection;
[assembly: AssemblyTitle("Firebase.JobDispatcher")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[a... | mit | C# |
ea3cee19f89dece0c39f4940ef7e3bf7d07f5f14 | Fix "The parameter conversion from type 'Newtonsoft.Json.Linq.JArray' to type 'System.Boolean' failed because no type converter can convert between these types" (#7256) | stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2 | src/OrchardCore.Modules/OrchardCore.Forms/Helpers/ModelStateHelpers.cs | src/OrchardCore.Modules/OrchardCore.Forms/Helpers/ModelStateHelpers.cs | using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace OrchardCore.Forms.Helpers
{
public static class ModelStateHelpers
{
public static string SerializeModelState(ModelStateDictionary modelState)
... | using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Newtonsoft.Json;
namespace OrchardCore.Forms.Helpers
{
public static class ModelStateHelpers
{
public static string SerializeModelState(ModelStateDictionary modelState)
{
var erro... | bsd-3-clause | C# |
1ab630e6ec0f1bb008ac87c8c2bad43e6007a409 | Test commit | wa1gon/RigGate | RigClients/WpfClient/ConfData.cs | RigClients/WpfClient/ConfData.cs | #region -- Copyright
/*
Copyright 2014 Darryl Wagoner DE WA1GON
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by... | #region -- Copyright
/*
Copyright {2014} {Darryl Wagoner DE WA1GON}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless require... | apache-2.0 | C# |
01ce2f9d2804ae3ee54b483c659f25bfbfccd953 | update MobileGlobal | comsmobiler/SmoONE | Source/SmoONE.UI/MobileGlobal.cs | Source/SmoONE.UI/MobileGlobal.cs | using Smobiler.Core;
using Smobiler.Core.Controls;
using SmoONE.UI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
/// <summary>
/// 全局类
/// </summary>
public class MobileGlobal
{
/// <summary>
/// 在服务启动时触发
/// </summary>
/// <param name="server"></param>
pub... | using Smobiler.Core;
using Smobiler.Core.Controls;
using SmoONE.UI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
/// <summary>
/// 全局类
/// </summary>
public class MobileGlobal
{
/// <summary>
/// 在服务启动时触发
/// </summary>
/// <param name="server"></param>
pub... | mit | C# |
5b9ca7fc03bc1fe6463f1ff4f31edc99fe44f068 | Write - read test. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/StoreTests.cs | WalletWasabi.Tests/StoreTests.cs | using NBitcoin;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WalletWasabi.Stores;
using Xunit;
namespace WalletWasabi.Tests
{
public class StoreTests
{
[Fact]
public async Task IndexStoreTestsAsync()
{
var indexSto... | using NBitcoin;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WalletWasabi.Stores;
using Xunit;
namespace WalletWasabi.Tests
{
public class StoreTests
{
[Fact]
public async Task IndexStoreTestsAsync()
{
var indexSto... | mit | C# |
fdcb340328a387b96ab277b3463b4bd2e72166ec | use normalized point to display correct lat/lon | Tyshark9/arcgis-runtime-samples-dotnet,Arc3D/arcgis-runtime-samples-dotnet,AkshayHarshe/arcgis-runtime-samples-dotnet,Esri/arcgis-runtime-samples-dotnet,sharifulgeo/arcgis-runtime-samples-dotnet,Esri/arcgis-runtime-samples-dotnet,Esri/arcgis-runtime-samples-dotnet | src/Store/ArcGISRuntimeSDKDotNet_StoreSamples/Samples/Geometry/ProjectCoordinate.xaml.cs | src/Store/ArcGISRuntimeSDKDotNet_StoreSamples/Samples/Geometry/ProjectCoordinate.xaml.cs | using Esri.ArcGISRuntime.Controls;
using Esri.ArcGISRuntime.Geometry;
using Esri.ArcGISRuntime.Layers;
using System;
using System.Threading.Tasks;
using Windows.UI.Popups;
using Windows.UI.Xaml;
namespace ArcGISRuntimeSDKDotNet_StoreSamples.Samples
{
/// <summary>
/// Sample shows how to project a coordinate ... | using Esri.ArcGISRuntime.Controls;
using Esri.ArcGISRuntime.Geometry;
using Esri.ArcGISRuntime.Layers;
using System;
using System.Threading.Tasks;
using Windows.UI.Popups;
using Windows.UI.Xaml;
namespace ArcGISRuntimeSDKDotNet_StoreSamples.Samples
{
/// <summary>
/// Sample shows how to project a coordinate ... | apache-2.0 | C# |
fcd3c86df9c8d375361b55b61fe9f85d65a00ab6 | Allow Detailed errors to use 1 or "true" (#26089) | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/Server/src/Circuits/CircuitOptionsJSInteropDetailedErrorsConfiguration.cs | src/Components/Server/src/Circuits/CircuitOptionsJSInteropDetailedErrorsConfiguration.cs | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Options;
namespace Microsoft.Asp... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Options;
namespace Microsoft.AspNetCore.Compon... | apache-2.0 | C# |
76548a1b5cab5d060467dc25f0edf801078cf7bf | add ApplicationConstants.ProductCode | robertwahler/jammer,robertwahler/jammer | Assets/Scripts/Application/ApplicationConstants.cs | Assets/Scripts/Application/ApplicationConstants.cs | using UnityEngine;
namespace Jammer {
public static class ApplicationConstants {
/// <summary>
/// Application product name. Used as namespace. Application exe name. Save
/// folder name. etc.
/// </summary>
public const string ProductCode = "Jammer";
/// <summary>
/// Scene to load af... | using UnityEngine;
namespace Jammer {
public static class ApplicationConstants {
/// <summary>
/// Scene to load after splash shown
/// </summary>
public const string StartScene = "Start";
/// <summary>
/// Main game play scene
/// </summary>
public const string MainScene = "Level1... | mit | C# |
93564375219ea785de9062bde9586e5a0c6d03bf | Remove some unused using statements | RandomOutput/ThreeSpace | Assets/StageManager/Scripts/BasicStageManagable.cs | Assets/StageManager/Scripts/BasicStageManagable.cs | // Copyright 2017 Daniel Plemmons
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | // Copyright 2017 Daniel Plemmons
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | apache-2.0 | C# |
c9b64baa9a4cc3cf745bafab9ee4bb4796ba19b5 | Fix math | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Models/UnitStatsViewModel.cs | Battery-Commander.Web/Models/UnitStatsViewModel.cs | using System;
namespace BatteryCommander.Web.Models
{
public class UnitStatsViewModel
{
public Unit Unit { get; set; }
// Assigned Passed Failed Not Tested % Pass/Assigned
public Stat ABCP { get; set; } = new Stat { };
public Stat APFT { get; set; } = new Stat { };
... | using System;
namespace BatteryCommander.Web.Models
{
public class UnitStatsViewModel
{
public Unit Unit { get; set; }
// Assigned Passed Failed Not Tested % Pass/Assigned
public Stat ABCP { get; set; } = new Stat { };
public Stat APFT { get; set; } = new Stat { };
... | mit | C# |
2d7485fc9e1eabf689aae4ee2cfa76a32b537e15 | Add logout handler | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | BatteryCommander.Web/Controllers/AuthController.cs | BatteryCommander.Web/Controllers/AuthController.cs | using BatteryCommander.Common.Models;
using BatteryCommander.Web.Models;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using System;
using System.Threading.Tasks;
using System.Web.Mvc;
namespace BatteryCommander.Web.Controllers
{
public class AuthController : BaseController
{
... | using BatteryCommander.Common.Models;
using BatteryCommander.Web.Models;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using System;
using System.Threading.Tasks;
using System.Web.Mvc;
namespace BatteryCommander.Web.Controllers
{
public class AuthController : BaseController
{
... | mit | C# |
8988f2552e8e3822daa6866dde3c53d9d2cd95a8 | Add test for scalar queries with 1 row | ericsink/sqlite-net,praeclarum/sqlite-net | tests/ScalarTest.cs | tests/ScalarTest.cs | using System;
using System.Linq;
#if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute;
using TestFixture = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestClassAttribute;
using Test = Microsoft.... | using System;
using System.Linq;
#if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute;
using TestFixture = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestClassAttribute;
using Test = Microsoft.... | mit | C# |
c6af21e2c5acdd02b62df4a96b607340cdceb99e | Deal with interfaces | EamonNerbonne/ValueUtils,EamonNerbonne/ValueUtils,EamonNerbonne/ValueUtils | ValueUtils/ReflectionHelper.cs | ValueUtils/ReflectionHelper.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace ValueUtils
{
static class ReflectionHelper
{
public static IEnumerable<Type> WalkMeaningfulInheritanceChain(Type type)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace ValueUtils
{
static class ReflectionHelper
{
public static IEnumerable<Type> WalkMeaningfulInheritanceChain(Type type)
{
... | apache-2.0 | C# |
22a35b55d29ecacc06d7992022e079bc294e7e3b | Fix swagger UI buildout | jorupp/conference-room,jorupp/conference-room,jorupp/conference-room,RightpointLabs/conference-room,RightpointLabs/conference-room,RightpointLabs/conference-room,RightpointLabs/conference-room,jorupp/conference-room | Web/App_Start/SwaggerConfig.cs | Web/App_Start/SwaggerConfig.cs | using System.Collections.Generic;
using System.Web.Http;
using WebActivatorEx;
using RightpointLabs.ConferenceRoom.Web;
using Swashbuckle.Application;
using Swashbuckle.Swagger;
using System.Web.Http.Description;
[assembly: PreApplicationStartMethod(typeof(SwaggerConfig), "Register")]
namespace RightpointLabs.Confere... | using System.Web.Http;
using WebActivatorEx;
using RightpointLabs.ConferenceRoom.Web;
using Swashbuckle.Application;
[assembly: PreApplicationStartMethod(typeof(SwaggerConfig), "Register")]
namespace RightpointLabs.ConferenceRoom.Web
{
public class SwaggerConfig
{
public static void Register()
... | mit | C# |
86f90295bc5c8da55534b705268ace90b74cb155 | Change print naming for SM | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Models/Soldier.cs | Battery-Commander.Web/Models/Soldier.cs | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace BatteryCommander.Web.Models
{
public class Soldier
{
private const double DaysPerYear = 365.2425;
[Key, DatabaseGenerated(DatabaseGenerate... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace BatteryCommander.Web.Models
{
public class Soldier
{
private const double DaysPerYear = 365.2425;
[Key, DatabaseGenerated(DatabaseGenerate... | mit | C# |
f66e2126c92f1b1316d1b3c3278832d1d786fb0a | Increment version number to sync up with NuGet | XeroAPI/XeroAPI.Net,TDaphneB/XeroAPI.Net,MatthewSteeples/XeroAPI.Net,jcvandan/XeroAPI.Net | source/XeroApi/Properties/AssemblyInfo.cs | source/XeroApi/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("XeroApi")]
[assembly: AssemblyDescription... | 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("XeroApi")]
[assembly: AssemblyDescription... | mit | C# |
a605c9b5b19946781ba90e4eb0a5a0f5b7617c9d | add code comments to discovery policy | IdentityModel/IdentityModel,IdentityModel/IdentityModel2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2 | src/IdentityModel/Client/DiscoveryPolicy.cs | src/IdentityModel/Client/DiscoveryPolicy.cs | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Collections.Generic;
namespace IdentityModel.Client
{
public class DiscoveryPolicy
{
internal string Authority;
... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Collections.Generic;
namespace IdentityModel.Client
{
public class DiscoveryPolicy
{
internal string Authority;
... | apache-2.0 | C# |
ac303827b1e76690972d2c6c0261d2b07abf7a4b | Fix failing test by ensuring an initialization value for the attributes list. | AlexisArce/MvcRouteTester,AnthonySteele/MvcRouteTester | src/MvcRouteTester/Common/PropertyReader.cs | src/MvcRouteTester/Common/PropertyReader.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace MvcRouteTester.Common
{
public class PropertyReader
{
private static readonly List<Type> SpecialSimpleTypes = new List<Type>
{
typeof(string),
typeof(decimal),
typeof(DateTime),
t... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace MvcRouteTester.Common
{
public class PropertyReader
{
private static readonly List<Type> SpecialSimpleTypes = new List<Type>
{
typeof(string),
typeof(decimal),
typeof(DateTime),
t... | apache-2.0 | C# |
328a23a7aadf998c60df3908fb60672128c969eb | Improve description | pnmcosta/KInspector,JosefDvorak/KInspector,ChristopherJennings/KInspector,TheEskhaton/KInspector,martbrow/KInspector,ChristopherJennings/KInspector,KenticoBSoltis/KInspector,anibalvelarde/KInspector,Kentico/KInspector,petrsvihlik/KInspector,Kentico/KInspector,JosefDvorak/KInspector,ChristopherJennings/KInspector,martbr... | KInspector.Modules/Modules/Content/WebPartsInTemplatesAndTransformationsModule.cs | KInspector.Modules/Modules/Content/WebPartsInTemplatesAndTransformationsModule.cs | using System;
using Kentico.KInspector.Core;
namespace Kentico.KInspector.Modules
{
public class WebPartsInTemplatesAndTransformationsModule : IModule
{
public ModuleMetadata GetModuleMetadata()
{
return new ModuleMetadata
{
Name = "Web parts in page tem... | using System;
using Kentico.KInspector.Core;
namespace Kentico.KInspector.Modules
{
public class WebPartsInTemplatesAndTransformationsModule : IModule
{
public ModuleMetadata GetModuleMetadata()
{
return new ModuleMetadata
{
Name = "Web parts in page tem... | mit | C# |
87d5cf21eaf3a4caa8cfbb477a194f125cb1dd15 | Disable Debug Sound Logging | ludimation/Winter,ludimation/Winter,ludimation/Winter | Winter/Assets/PlayFootsteps.cs | Winter/Assets/PlayFootsteps.cs | using UnityEngine;
using System.Collections;
public class PlayFootsteps : MonoBehaviour {
private float AudioTimer = 0.0f;
public AudioClip[] footstep;
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
// Create an Audio Timer, so that we aren't c... | using UnityEngine;
using System.Collections;
public class PlayFootsteps : MonoBehaviour {
private float AudioTimer = 0.0f;
public AudioClip[] footstep;
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
// Create an Audio Timer, so that we aren't c... | mit | C# |
3250e3185a4bc6e0ca08d7d645fa14662dc5a6ad | Fix a typo. | darrencauthon/AutoMoq,darrencauthon/AutoMoq,darrencauthon/AutoMoq | src/AutoMoq/Helpers/AutoMoqTestFixture.cs | src/AutoMoq/Helpers/AutoMoqTestFixture.cs | using Moq;
namespace AutoMoq.Helpers
{
public class AutoMoqTestFixture<T> where T : class
{
private T subject;
/// <summary>
/// The current AutoMoqer
/// </summary>
public AutoMoqer Mocker { get; private set; } = new AutoMoqer();
/// <summary... | using Moq;
namespace AutoMoq.Helpers
{
public class AutoMoqTestFixture<T> where T : class
{
private T subject;
/// <summary>
/// The current AutoMoqer
/// </summary>
public AutoMoqer Mocker { get; private set; } = new AutoMoqer();
/// <summary... | mit | C# |
100dad16cfd2e22c76ff67582ed44ea5b1f42b4d | Adjust the values for the Punchline Place fishing spot. | TTExtensions/MouseClickSimulator | TTMouseclickSimulator/Core/ToontownRewritten/Actions/Fishing/FishingSpotFlavor.cs | TTMouseclickSimulator/Core/ToontownRewritten/Actions/Fishing/FishingSpotFlavor.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TTMouseclickSimulator.Core.Environment;
namespace TTMouseclickSimulator.Core.ToontownRewritten.Actions.Fishing
{
public class FishingSpotFlavor
{
public Coordinates Scan1 { get; }
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TTMouseclickSimulator.Core.Environment;
namespace TTMouseclickSimulator.Core.ToontownRewritten.Actions.Fishing
{
public class FishingSpotFlavor
{
public Coordinates Scan1 { get; }
... | mit | C# |
a94f2959cf3e47bf4fa6d1c23a02d55b1c297c1b | define AssemblyDescription. | jwChung/Experimentalism,jwChung/Experimentalism | src/Experiment/Properties/AssemblyInfo.cs | src/Experiment/Properties/AssemblyInfo.cs | using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Experiment")]
[assembly: AssemblyDescription("Experiment is to support parameterized tests with auto data.")]
[assembly: CLSCompliant(true)]
[assembly: Guid("e27d6f4e-54f1-4b67-95e5-92c353423b03")]
| using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Experiment")]
[assembly: AssemblyDescription("")]
[assembly: CLSCompliant(true)]
[assembly: Guid("e27d6f4e-54f1-4b67-95e5-92c353423b03")]
| mit | C# |
7242b7782e0094b00cc6cfb2b85dca70afabd0c6 | Remove unnecessary interpolated string. | DimensionDataCBUSydney/jab | jab/jab.example/MyTestClass.cs | jab/jab.example/MyTestClass.cs | using jab.Interfaces;
using NUnit.Framework;
using System.Linq;
using jab.tests;
namespace jab.example
{
public class MyTestClass
: ApiBestPracticeTestBase
{
/// <summary>
/// DELETE operations should always contain a ID parameter.
/// </summary>
/// <param name="apiOpe... | using jab.Interfaces;
using NUnit.Framework;
using System.Linq;
using jab.tests;
namespace jab.example
{
public class MyTestClass
: ApiBestPracticeTestBase
{
/// <summary>
/// DELETE operations should always contain a ID parameter.
/// </summary>
/// <param name="apiOpe... | apache-2.0 | C# |
4b4a3d1a6fc6880f5dad619d64ef06977e587da0 | Clean up MapPathEventHandler | stormleoxia/xsp,stormleoxia/xsp,arthot/xsp,murador/xsp,murador/xsp,arthot/xsp,stormleoxia/xsp,stormleoxia/xsp,murador/xsp,arthot/xsp,arthot/xsp,murador/xsp | src/Mono.WebServer/MapPathEventHandler.cs | src/Mono.WebServer/MapPathEventHandler.cs | //
// Mono.WebServer.MapPathEventHandler
//
// Authors:
// Daniel Lopez Ridruejo
// Gonzalo Paniagua Javier
//
// Documentation:
// Brian Nickel
//
// Copyright (c) 2002 Daniel Lopez Ridruejo.
// (c) 2002,2003 Ximian, Inc.
// All rights reserved.
// (C) Copyright 2004-2010 Novell, Inc. (http://www.... | //
// Mono.WebServer.MapPathEventHandler
//
// Authors:
// Daniel Lopez Ridruejo
// Gonzalo Paniagua Javier
//
// Documentation:
// Brian Nickel
//
// Copyright (c) 2002 Daniel Lopez Ridruejo.
// (c) 2002,2003 Ximian, Inc.
// All rights reserved.
// (C) Copyright 2004-2010 Novell, Inc. (http://www.... | mit | C# |
36bfc11cc2c5e5e1c131a079d8012930ab6bd7b2 | fix Fortis.Search.ComputedFields.InhritedTemplates computed field to not duplicate template ids. | Fortis-Collection/fortis | Fortis/Search/ComputedFields/InheritedTemplates.cs | Fortis/Search/ComputedFields/InheritedTemplates.cs | using Sitecore;
using Sitecore.ContentSearch;
using Sitecore.ContentSearch.ComputedFields;
using Sitecore.ContentSearch.Utilities;
using Sitecore.Data.Items;
using Sitecore.Diagnostics;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Fortis... | using Sitecore;
using Sitecore.ContentSearch;
using Sitecore.ContentSearch.ComputedFields;
using Sitecore.ContentSearch.Utilities;
using Sitecore.Data.Items;
using Sitecore.Diagnostics;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Fortis... | mit | C# |
e1f728bb3ac0425f2a7c1daf8234a2bf8bd921e1 | Initialize new home controller instance for test class | appharbor/foo,appharbor/foo | src/Foo.Tests/Web/Controllers/HomeControllerTest.cs | src/Foo.Tests/Web/Controllers/HomeControllerTest.cs | using Foo.Web.Controllers;
namespace Foo.Tests.Web.Controllers
{
public class HomeControllerTest
{
private readonly HomeController _controller;
public HomeControllerTest()
{
_controller = new HomeController();
}
}
}
| namespace Foo.Tests.Web.Controllers
{
public class HomeControllerTest
{
}
}
| mit | C# |
f0437df264da521a4d5f97e3fe022decf6504e66 | Update find resource code post internal change | mike-kaufman/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,Glimpse/Glimpse.Prototype,pranavkm/Glimpse.Prototype,zanetdev/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prototype,pranavkm/Glimpse.Prototype,pranavkm/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,mike-... | src/Glimpse.Agent.Browser/Resources/BrowserAgent.cs | src/Glimpse.Agent.Browser/Resources/BrowserAgent.cs | using Glimpse.Web;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using System.IO;
using System.Reflection;
using System.Text;
using Glimpse.Server.Web;
namespace Glimpse.Agent.Browser.Resources
{
public class BrowserAgent : IMiddlewareResourceComposer
{
public void Register(IApplication... | using Glimpse.Web;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using System.IO;
using System.Reflection;
using System.Text;
using Glimpse.Server.Web;
namespace Glimpse.Agent.Browser.Resources
{
public class BrowserAgent : IMiddlewareResourceComposer
{
public void Register(IApplication... | mit | C# |
df5da9d402efe2384a4317ca70fefc10c17ed4ec | add caesar tests | aphawkins/Useful,aphawkins/Useful,aphawkins/Useful | test/Useful.Security.Cryptography.Tests/Security/Cryptography/CaesarCrackTests.cs | test/Useful.Security.Cryptography.Tests/Security/Cryptography/CaesarCrackTests.cs | // <copyright file="CaesarCrackTests.cs" company="APH Software">
// Copyright (c) Andrew Hawkins. All rights reserved.
// </copyright>
namespace Useful.Security.Cryptography.Tests
{
using System.Collections.Generic;
using Useful.Security.Cryptography;
using Xunit;
public class CaesarCrackTests
{
... | // <copyright file="CaesarCrackTests.cs" company="APH Software">
// Copyright (c) Andrew Hawkins. All rights reserved.
// </copyright>
namespace Useful.Security.Cryptography.Tests
{
using System.Collections.Generic;
using Useful.Security.Cryptography;
using Xunit;
public class CaesarCrackTests
{
... | mit | C# |
9288cda81008e8f21877c9fc15a00f2cf1c294e2 | Add AudioBufferList ctor to specify the number of buffers to create. | mono/maccore,jorik041/maccore,cwensley/maccore | src/AudioToolbox/AudioBufferList.cs | src/AudioToolbox/AudioBufferList.cs | //
// AudioBufferList.cs: AudioBufferList wrapper class
//
// Author:
// AKIHIRO Uehara (u-akihiro@reinforce-lab.com)
//
// Copyright 2010 Reinforce Lab.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to d... | //
// AudioBufferList.cs: AudioBufferList wrapper class
//
// Author:
// AKIHIRO Uehara (u-akihiro@reinforce-lab.com)
//
// Copyright 2010 Reinforce Lab.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to d... | apache-2.0 | C# |
a692541bf29fd0473287bbd76e71b9ff18f0fbd7 | Fix target in installer form | pekkah/tanka,pekkah/tanka,pekkah/tanka | src/Web/views/installer/home.cshtml | src/Web/views/installer/home.cshtml | @{
Layout = "master.cshtml";
}
<div class="admin-container">
<div class="admin-form-view">
<form role="form" method="POST">
<div class="form-group well">
<label for="key">Key</label>
<input type="password" class="form-control" id="key" name="key" placeholder=... | @{
Layout = "master.cshtml";
}
<div class="admin-container">
<div class="admin-form-view">
<form role="form" method="POST" target="/">
<div class="form-group well">
<label for="key">Key</label>
<input type="password" class="form-control" id="key" name="key" p... | mit | C# |
21b47b78a6757a7bac6e0d009cd9aab87cb9efc1 | Bump version to 0.10.4 | quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot | CactbotOverlay/Properties/AssemblyInfo.cs | CactbotOverlay/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("CactbotOverlay")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CactbotOverlay")]
[assembly: AssemblyC... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("CactbotOverlay")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CactbotOverlay")]
[assembly: AssemblyC... | apache-2.0 | C# |
59e6bad0b9cf128c4f208a67fface6ad82ff48bd | Remove unnecessary interpolated string specification | peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu | osu.Game.Tests/Resources/TestResources.cs | osu.Game.Tests/Resources/TestResources.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.IO;
using NUnit.Framework;
using osu.Framework.IO.Stores;
namespace osu.Game.Tests.Resources
{
public static class TestResources
{
public s... | // 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.IO;
using NUnit.Framework;
using osu.Framework.IO.Stores;
namespace osu.Game.Tests.Resources
{
public static class TestResources
{
public s... | mit | C# |
159d3b032c2243ce6581dc9f3322925e919dfbbc | Rename locals for legibility | ppy/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu,ppy/osu | osu.Game/Overlays/Mods/AddPresetButton.cs | osu.Game/Overlays/Mods/AddPresetButton.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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Framework.Gr... | // 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Framework.Gr... | mit | C# |
1eca4b6846fb8c90dd1be3c57e5253442dba5ca8 | Fix constructors of ClickBehavior class. | cube-soft/Cube.Core,cube-soft/Cube.Core,cube-soft/Cube.Forms,cube-soft/Cube.Forms | Libraries/Sources/Behaviors/ClickBehavior.cs | Libraries/Sources/Behaviors/ClickBehavior.cs | /* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... | /* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... | apache-2.0 | C# |
fa40c039f496f437cfb9769af648bc313bea9774 | Add english phrase. | lvazquez81/MinakoNoTango,lvazquez81/MinakoNoTango,lvazquez81/MinakoNoTango | MinakoNoTangoLib/Library/MinakoNoTangoLib.cs | MinakoNoTangoLib/Library/MinakoNoTangoLib.cs | using MinakoNoTangoLib.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MinakoNoTangoLib.Library
{
public interface IMinakoNoTangoLibrary
{
IList<PhraseEntity> GetAllPhrases(SecurityToken token);
... | using MinakoNoTangoLib.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MinakoNoTangoLib.Library
{
public interface IMinakoNoTangoLibrary
{
IList<PhraseEntity> GetAllPhrases(SecurityToken token);
... | mit | C# |
693277ea6d363914dca7765ae34d1e342f9d0da7 | Update TiledObject.cs | prime31/Nez,prime31/Nez,Blucky87/Nez,prime31/Nez,ericmbernier/Nez,eumario/Nez | Nez-PCL/PipelineRuntime/Tiled/TiledObject.cs | Nez-PCL/PipelineRuntime/Tiled/TiledObject.cs | using System;
using Microsoft.Xna.Framework;
using System.Collections.Generic;
namespace Nez.Tiled
{
public class TiledObject
{
public enum TiledObjectType
{
None,
Ellipse,
Image,
Polygon,
Polyline
}
public int gid;
public string name;
public string type;
public int x;
public int y;... | using System;
using Microsoft.Xna.Framework;
using System.Collections.Generic;
namespace Nez.Tiled
{
public class TiledObject
{
public enum TiledObjectType
{
None,
Ellipse,
Image,
Polygon,
Polyline
}
public int gid;
public string name;
public string type;
public int x;
public int y;... | mit | C# |
03a2aa92350c96759ffc8899ff81578012e1aabb | Update privacy | GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu | src/Dangl.WebDocumentation/Views/Home/Privacy.cshtml | src/Dangl.WebDocumentation/Views/Home/Privacy.cshtml | @using Microsoft.Extensions.Options
@inject IOptions<AppSettings> AppSettings
<h1>Legal Notice & Privacy</h1>
<p>@AppSettings.Value.SiteTitlePrefix<strong>@AppSettings.Value.SiteTitlePostfix</strong> hosts all documentation and help pages for products and services offered by Dangl<strong>IT</strong> as well as f... | @using Microsoft.Extensions.Options
@inject IOptions<AppSettings> AppSettings
<h1>Legal Notice & Privacy</h1>
<p>@AppSettings.Value.SiteTitlePrefix<strong>@AppSettings.Value.SiteTitlePostfix</strong> hosts all documentation and help pages for products and services offered by Dangl<strong>IT</strong> as well as f... | mit | C# |
6fb4cf632ee1b7612e1cf36db2a556fc0944ae2b | remove copyright | sergsalo/EFCache.RedisCache | Properties/AssemblyInfo.cs | Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("EFCache.RedisCache")]
[assembly: AssemblyProduct("EFCache.RedisCache")]
[assembly: ComVisible(false)]
[assembly: Guid("de79fc43-1a35-46fe-b254-19c280deb6cd")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("EFCache.RedisCache")]
[assembly: AssemblyProduct("EFCache.RedisCache")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: ComVisible(false)]
[assembly: Guid("de79fc43-1a35-46fe-b254-19c280deb6cd")]
[assembly: Assembly... | mit | C# |
2c78bb789db862c7c70b011fc5f5a80ecf2b30ac | write flags to model if present | Pondidum/OctopusStore,Pondidum/OctopusStore | OctopusStore/Consul/KeyValueController.cs | OctopusStore/Consul/KeyValueController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using OctopusStore.Infrastructure;
namespace OctopusStore.Consul
{
public class KeyValueController : ApiController
{
private readonly VariableStore _store;
publi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Web.Http;
namespace OctopusStore.Consul
{
public class KeyValueController : ApiController
{
private readonly VariableStore _store;
public KeyValueController(VariableStore ... | lgpl-2.1 | C# |
acb240fa26274e59db65df67bdf2a7623ddbcba4 | Add null check to RefSpecCollection | gep13/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,gep13/GitVersion,GitTools/GitVersion,asbjornu/GitVersion | src/GitVersion.LibGit2Sharp/Git/RefSpecCollection.cs | src/GitVersion.LibGit2Sharp/Git/RefSpecCollection.cs | using GitVersion.Extensions;
namespace GitVersion;
internal sealed class RefSpecCollection : IRefSpecCollection
{
private readonly LibGit2Sharp.RefSpecCollection innerCollection;
internal RefSpecCollection(LibGit2Sharp.RefSpecCollection collection)
=> this.innerCollection = collection.NotNull();
... | namespace GitVersion;
internal sealed class RefSpecCollection : IRefSpecCollection
{
private readonly LibGit2Sharp.RefSpecCollection innerCollection;
internal RefSpecCollection(LibGit2Sharp.RefSpecCollection collection) => this.innerCollection = collection;
public IEnumerator<IRefSpec> GetEnumerator() => t... | mit | C# |
e316db08df60982bfc654440e2db966fa3e18321 | add EOF in client side msg creater | ravjotsingh9/DBLike | DBLike/Client/Message/CreateMsg.Poll.cs | DBLike/Client/Message/CreateMsg.Poll.cs | using System;
using Client.MessageClasses;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Client.Message
{
public partial class CreateMsg
{
/// <summary>
/// poll protocol
/// +--------------------------+
/// |POL... | using System;
using Client.MessageClasses;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Client.Message
{
public partial class CreateMsg
{
/// <summary>
/// poll protocol
/// +--------------------------+
/// |POL... | apache-2.0 | C# |
f8ab83856abd33d06a4956a7264eeaf709ec951f | clean up code | hemincong/PostageStampTransactionHelper | PostageStampTransactionHelper/App.xaml.cs | PostageStampTransactionHelper/App.xaml.cs | using System.Windows;
namespace PostageStampTransactionHelper
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App
{
}
}
| using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace PostageStampTransactionHelper
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : App... | apache-2.0 | C# |
8e8231b14f5ba9eda456a2b63915c54ffa2a86b4 | Fix dependency injection error | ethanmoffat/EndlessClient | EOLib/Net/NetworkDependencyContainer.cs | EOLib/Net/NetworkDependencyContainer.cs | // Original Work Copyright (c) Ethan Moffat 2014-2016
// This file is subject to the GPL v2 License
// For additional details, see the LICENSE file
using EOLib.Net.Communication;
using EOLib.Net.Connection;
using EOLib.Net.PacketProcessing;
using Microsoft.Practices.Unity;
namespace EOLib.Net
{
public class Network... | // Original Work Copyright (c) Ethan Moffat 2014-2016
// This file is subject to the GPL v2 License
// For additional details, see the LICENSE file
using EOLib.Net.Communication;
using EOLib.Net.Connection;
using EOLib.Net.PacketProcessing;
using Microsoft.Practices.Unity;
namespace EOLib.Net
{
public class Network... | mit | C# |
07424f37c4854ca045d59783bc8d8b66057fa2f3 | Update RefitSettings.cs | PKRoma/refit,mteper/refit,ammachado/refit,paulcbetts/refit,paulcbetts/refit,mteper/refit,PureWeen/refit,martijn00/refit,martijn00/refit,onovotny/refit,ammachado/refit,jlucansky/refit,jlucansky/refit,onovotny/refit,PureWeen/refit | Refit/RefitSettings.cs | Refit/RefitSettings.cs | using System.Reflection;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace Refit
{
public class RefitSettings
{
public RefitSettings()
{
UrlParameterFormatter = new DefaultUrlParameterFormatter();
}
public JsonSerializerSettings JsonSerializerSet... | using System.Reflection;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace Refit
{
public class RefitSettings
{
public RefitSettings()
{
UrlParameterFormatter = new DefaultUrlParameterFormatter();
JsonSerializerSettings = JsonConvert.DefaultSettings ... | mit | C# |
c393c30ede1e4e72a057e792eea321e17bc7ee18 | Update Tabela Categorias | Arionildo/Quiz-CWI,Arionildo/Quiz-CWI,Arionildo/Quiz-CWI | Quiz/Quiz.Web/Migrations/Configuration.cs | Quiz/Quiz.Web/Migrations/Configuration.cs | namespace Quiz.Web.Migrations
{
using Quiz.Dominio;
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
internal sealed class Configuration : DbMigrationsConfiguration<Quiz.Web.Models.ApplicationDbContext>
{
public Configuration()
... | namespace Quiz.Web.Migrations
{
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
internal sealed class Configuration : DbMigrationsConfiguration<Quiz.Web.Models.ApplicationDbContext>
{
public Configuration()
{
AutomaticM... | mit | C# |
bd7fb0825b0488a1f7a853be5b2377a9a11290bc | FIX logger variable in PS scripts | tfsaggregator/tfsaggregator-core | Script/PsScriptEngine.cs | Script/PsScriptEngine.cs | using System.Collections.Generic;
using System.Management.Automation.Runspaces;
using Aggregator.Core.Interfaces;
using Aggregator.Core.Monitoring;
namespace Aggregator.Core
{
/// <summary>
/// Invokes Powershell scripting engine
/// </summary>
public class PsScriptEngine : ScriptEngine
{
... | using System.Collections.Generic;
using System.Management.Automation.Runspaces;
using Aggregator.Core.Interfaces;
using Aggregator.Core.Monitoring;
namespace Aggregator.Core
{
/// <summary>
/// Invokes Powershell scripting engine
/// </summary>
public class PsScriptEngine : ScriptEngine
{
... | apache-2.0 | C# |
fb56c041f11f542ea81afc0617fa26885cea75d7 | Load Context from Save File (first step) | GGProductions/LetterStorm,GGProductions/LetterStorm,GGProductions/LetterStorm | Assets/Scripts/Context.cs | Assets/Scripts/Context.cs | using UnityEngine;
using System.Collections;
using GGProductions.LetterStorm.Data.Collections;
using GGProductions.LetterStorm.Data;
using GGProductions.LetterStorm.Utilities;
public class Context : MonoBehaviour {
#region Private Variables ---------------------------------------------
// Create the private ... | using UnityEngine;
using System.Collections;
public class Context : MonoBehaviour {
// Static variables to track in-game information
// Tracks player lives
public static int PlayerLives;
// Player inventory
public static Inventory PlayerInventory;
// Stores the alphabet for efficient codin... | mit | C# |
07effbb2e86f8c16648d0d1a9c2f1582ec468c7f | Remove invalid test. This test tested a feature that was not part of the Constant Score query. | SolrNet/SolrNet,SolrNet/SolrNet,mausch/SolrNet,mausch/SolrNet,mausch/SolrNet | SolrNet.Tests/SolrConstantScoreQueryTests.cs | SolrNet.Tests/SolrConstantScoreQueryTests.cs | #region license
// Copyright (c) 2007-2010 Mauricio Scheffer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requir... | #region license
// Copyright (c) 2007-2010 Mauricio Scheffer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requir... | apache-2.0 | C# |
af1035b9fb947dce6da86724b3eeb9411b79f91d | Fix some code | obsoleted/fnapp,obsoleted/fnapp | CSharpHttpTrigger/run.csx | CSharpHttpTrigger/run.csx | using System;
using System.Net;
using System.Net.Http;
using System.Threading;
public static async Task<HttpResponseMessage> Run(HttpRequestMessage httpTrigger, string id, bool? activearg, TraceWriter log, CancellationToken cancellationToken)
{
log.Info($"CSharpHttpTrigger invoked. RequestUri={httpTrigger.RequestU... | using System;
using System.Net;
using System.Net.Http;
public static async Task<HttpResponseMessage> Run(HttpRequestMessage httpTrigger, string id, bool? activearg, TraceWriter log, CancellationToken cancellationToken)
{
log.Info($"CSharpHttpTrigger invoked. RequestUri={httpTrigger.RequestUri}");
bool active =... | mit | C# |
e6a30c4b463088b706bb1d0cb4629ebf7f199200 | Update CSTest.cs | KhanAcademyAmateurs/Blaze,KhanAcademyAmateurs/Blaze,KhanAcademyAmateurs/Blaze | Cities-Skylines/CSTest.cs | Cities-Skylines/CSTest.cs | using System;
//using git;
//using Forms;
partial class Test{
public static void doDatTest(string str){
MessageBox.show("Hai! This is a TEST BAYBEH!!");
}
public static string bahHumbug(){
return "bah humbug";
}
private string disBePrivate(){
return "This is private. How did you get here again?";
... | class Test{
}
| mit | C# |
239aebac15de399f0d465da69cd27d7ac1f367e4 | Add uncommited changes | hishamco/WebForms,hishamco/WebForms | samples/WebFormsSample/Startup.cs | samples/WebFormsSample/Startup.cs | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace WebFormsSample
{
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
//services.AddW... | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace WebFormsSample
{
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
//services.AddW... | mit | C# |
4217926d546862f74eb682a2411a1b0c45d709e1 | Update compiler to return only the nodes | exodrifter/unity-rumor | Compiler/RumorCompiler.cs | Compiler/RumorCompiler.cs | using System;
using System.Collections.Generic;
using Exodrifter.Rumor.Engine;
using Exodrifter.Rumor.Parser;
namespace Exodrifter.Rumor.Compiler
{
public class RumorCompiler
{
private RumorParserState userState;
public RumorCompiler()
{
userState = new RumorParserState();
}
public Dictionary<string, ... | using System;
using System.Collections.Generic;
using Exodrifter.Rumor.Engine;
using Exodrifter.Rumor.Parser;
namespace Exodrifter.Rumor.Compiler
{
public class RumorCompiler
{
private RumorParserState userState;
public RumorCompiler()
{
userState = new RumorParserState();
}
public Engine.Rumor Compil... | mit | C# |
c7da986288f60765972a6a4afdcd787e80ea92d1 | Fix "Keep Window Centered" option | danielchalmers/SteamAccountSwitcher | SteamAccountSwitcher/SwitchWindow.xaml.cs | SteamAccountSwitcher/SwitchWindow.xaml.cs | #region
using System;
using System.ComponentModel;
using System.Windows;
using System.Windows.Interop;
using SteamAccountSwitcher.Properties;
#endregion
namespace SteamAccountSwitcher
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class SwitchWindow : Win... | #region
using System;
using System.ComponentModel;
using System.Windows;
using System.Windows.Interop;
using SteamAccountSwitcher.Properties;
#endregion
namespace SteamAccountSwitcher
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class SwitchWindow : Win... | mit | C# |
8c013161b4e9b66350f45088d5090120ff8578a1 | Bump version number for dialog changes | NickLargen/Junctionizer | Junctionizer/Properties/AssemblyInfo.cs | Junctionizer/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// 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.
[asse... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// 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.
[asse... | mit | C# |
bf65af2fb4606efe0f19815eea8911c26d7128fe | Change Level of ScrollToComponentLogSection to Trace | YevgeniyShunevych/Atata,YevgeniyShunevych/Atata,atata-framework/atata,atata-framework/atata | src/Atata/Logging/Sections/ScrollToComponentLogSection.cs | src/Atata/Logging/Sections/ScrollToComponentLogSection.cs | namespace Atata
{
public class ScrollToComponentLogSection : UIComponentLogSection
{
public ScrollToComponentLogSection(UIComponent component)
: base(component)
{
Level = LogLevel.Trace;
Message = $"Scroll to {component.ComponentFullName}";
}
}
}
| namespace Atata
{
public class ScrollToComponentLogSection : UIComponentLogSection
{
public ScrollToComponentLogSection(UIComponent component)
: base(component)
{
Message = $"Scroll to {component.ComponentFullName}";
}
}
}
| apache-2.0 | C# |
3e5d1e75b2e103a6bec2bb27862b54cc0a976dcd | Change to trigger the CI pipeline again. | GitTools/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,asbjornu/GitVersion | src/GitVersion.Core/Core/Abstractions/IRepositoryStore.cs | src/GitVersion.Core/Core/Abstractions/IRepositoryStore.cs | using GitVersion.Model.Configuration;
namespace GitVersion.Common;
public interface IRepositoryStore
{
/// <summary>
/// Find the merge base of the two branches, i.e. the best common ancestor of the two branches' tips.
/// </summary>
ICommit? FindMergeBase(IBranch? branch, IBranch? otherBranch);
... | using GitVersion.Model.Configuration;
namespace GitVersion.Common;
public interface IRepositoryStore
{
/// <summary>
/// Find the merge base of the two branches, i.e. the best common ancestor of the two branches' tips.
/// </summary>
ICommit? FindMergeBase(IBranch? branch, IBranch? otherBranch);
I... | mit | C# |
fc4d4ffc8463d0cf7f5bd16a631baf6347ae6b60 | Increment version | Blue0500/JoshuaKearney.Measurements | src/JoshuaKearney.Measurements/Properties/AssemblyInfo.cs | src/JoshuaKearney.Measurements/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Resources;
// 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("JoshuaKearney.Measurements")]
[assembly: AssemblyDescrip... | using System.Reflection;
using System.Resources;
// 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("JoshuaKearney.Measurements")]
[assembly: AssemblyDescrip... | mit | C# |
1389ca244a7d722f70f8cb9522b49f96600111e1 | Fix null reference exception in ContainerProductParser | Sitecore/Sitecore-Instance-Manager | src/SIM.Products/ProductParsers/ContainerProductParser.cs | src/SIM.Products/ProductParsers/ContainerProductParser.cs | using System.Text.RegularExpressions;
using Sitecore.Diagnostics.Base;
namespace SIM.Products.ProductParsers
{
public class ContainerProductParser : IProductParser
{
private const string ProductNamePattern = @"([a-zA-Z]{4,})";
private const string ProductVersionPattern = @"(\d{1,2}\.\d{1,2}\.\d{1,2})";
... | using System.Text.RegularExpressions;
using Sitecore.Diagnostics.Base;
namespace SIM.Products.ProductParsers
{
public class ContainerProductParser : IProductParser
{
private const string ProductNamePattern = @"([a-zA-Z]{4,})";
private const string ProductVersionPattern = @"(\d{1,2}\.\d{1,2}\.\d{1,2})";
... | mit | C# |
c531191930f2cbbd837916a9cae4e4a0c9bf41ad | Allow selecting vpks in content search paths | SteamDatabase/ValveResourceFormat | GUI/Forms/SettingsForm.cs | GUI/Forms/SettingsForm.cs | using System;
using System.Windows.Forms;
using GUI.Utils;
namespace GUI.Forms
{
public partial class SettingsForm : Form
{
public SettingsForm()
{
InitializeComponent();
}
private void SettingsForm_Load(object sender, EventArgs e)
{
foreach (va... | using System;
using System.Windows.Forms;
using GUI.Utils;
namespace GUI.Forms
{
public partial class SettingsForm : Form
{
public SettingsForm()
{
InitializeComponent();
}
private void SettingsForm_Load(object sender, EventArgs e)
{
foreach (va... | mit | C# |
0dfe8c08b90c7505302aecaacfde9ec1c5edc5eb | Add App_Code, App_Data and App_Plugins folders to be created during app startup | lingxyd/Umbraco-CMS,yannisgu/Umbraco-CMS,iahdevelop/Umbraco-CMS,m0wo/Umbraco-CMS,arknu/Umbraco-CMS,rustyswayne/Umbraco-CMS,sargin48/Umbraco-CMS,marcemarc/Umbraco-CMS,ordepdev/Umbraco-CMS,qizhiyu/Umbraco-CMS,rustyswayne/Umbraco-CMS,nvisage-gf/Umbraco-CMS,dawoe/Umbraco-CMS,Tronhus/Umbraco-CMS,iahdevelop/Umbraco-CMS,corsj... | src/Umbraco.Web/umbraco.presentation/EnsureSystemPathsApplicationStartupHandler.cs | src/Umbraco.Web/umbraco.presentation/EnsureSystemPathsApplicationStartupHandler.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using Umbraco.Core.IO;
using umbraco.businesslogic;
using umbraco.interfaces;
namespace umbraco.presentation
{
public class EnsureSystemPathsApplicationStartupHandler : IApplicationStartupHandler
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using Umbraco.Core.IO;
using umbraco.businesslogic;
using umbraco.interfaces;
namespace umbraco.presentation
{
public class EnsureSystemPathsApplicationStartupHandler : IApplicationStartupHandler
... | mit | C# |
b8c22cd03aee5495fc8cdbf8ecff1fdd70d0c92f | update version to v4.1.2 | shabtaisharon/ds3_net_sdk,shabtaisharon/ds3_net_sdk,RachelTucker/ds3_net_sdk,RachelTucker/ds3_net_sdk,SpectraLogic/ds3_net_sdk,SpectraLogic/ds3_net_sdk,shabtaisharon/ds3_net_sdk,RachelTucker/ds3_net_sdk,SpectraLogic/ds3_net_sdk | VersionInfo.cs | VersionInfo.cs | /*
* ******************************************************************************
* Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License i... | /*
* ******************************************************************************
* Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License i... | apache-2.0 | C# |
661e968df2ca577047af21e48c12146460fddde1 | Create Event - Form changes (Part 4) #2236 | mgmccarthy/allReady,MisterJames/allReady,mgmccarthy/allReady,BillWagner/allReady,mgmccarthy/allReady,dpaquette/allReady,dpaquette/allReady,gitChuckD/allReady,HamidMosalla/allReady,HamidMosalla/allReady,stevejgordon/allReady,gitChuckD/allReady,HTBox/allReady,MisterJames/allReady,binaryjanitor/allReady,gitChuckD/allReady... | AllReadyApp/Web-App/AllReady/Areas/Admin/ViewModels/Shared/EventSummaryViewModel.cs | AllReadyApp/Web-App/AllReady/Areas/Admin/ViewModels/Shared/EventSummaryViewModel.cs | using System;
using System.ComponentModel.DataAnnotations;
using AllReady.Models;
using AllReady.ModelBinding;
namespace AllReady.Areas.Admin.ViewModels.Shared
{
public class EventSummaryViewModel
{
public int Id { get; set; }
[Required]
[Display(Name = "Event Title")]
public ... | using System;
using System.ComponentModel.DataAnnotations;
using AllReady.Models;
using AllReady.ModelBinding;
namespace AllReady.Areas.Admin.ViewModels.Shared
{
public class EventSummaryViewModel
{
public int Id { get; set; }
[Required]
[Display(Name = "Event Title")]
public ... | mit | C# |
933fc6e7cf1c5c2e154ee3a98f17b0daa1b0214a | Refactor RNG | stanriders/den0bot,stanriders/den0bot | den0bot/Util/RNG.cs | den0bot/Util/RNG.cs | // den0bot (c) StanR 2022 - MIT License
using System;
using System.Numerics;
namespace den0bot.Util
{
public static class RNG
{
private static readonly Random rng = new();
private static int previousNum = 0;
private static BigInteger previousBigNum = 0;
private const int max_reroll_iterations = 10;
publ... | // den0bot (c) StanR 2020 - MIT License
using System;
using System.Numerics;
namespace den0bot.Util
{
public static class RNG
{
private static Random rng = new();
private static int previousNum = 0;
private static BigInteger previousBigNum = 0;
public static int Next(int min = 0, int max = int.MaxValue)
... | mit | C# |
5e7a8e91502a0542001a8a0ae882862ed42567f3 | remove comment | KSemenenko/MVVMBase | MVVMBase/BaseViewModel.cs | MVVMBase/BaseViewModel.cs | using System;
using System.ComponentModel;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Threading;
namespace MVVMBase
{
/// <summary>
/// Base View Model
/// </summary>
public class BaseViewModel : INotifyPropertyChanged
{
public event PropertyChan... | using System;
using System.ComponentModel;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Threading;
namespace MVVMBase
{
/// <summary>
/// Base View Model
/// </summary>
public class BaseViewModel : INotifyPropertyChanged
{
public event PropertyChan... | mit | C# |
c9d42873c1f07b0b4e8ba54316d6f3e3d580edf2 | Fix Canvas negative Height test | praeclarum/Ooui,praeclarum/Ooui,praeclarum/Ooui | Tests/CanvasTests.cs | Tests/CanvasTests.cs | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Ooui;
namespace Tests
{
[TestClass]
public class CanvasTests
{
[TestMethod]
public void Context2dState ()
{
var c = new Canvas ();
Assert.AreEqual (1, c.StateMessages.Count);
... | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Ooui;
namespace Tests
{
[TestClass]
public class CanvasTests
{
[TestMethod]
public void Context2dState ()
{
var c = new Canvas ();
Assert.AreEqual (1, c.StateMessages.Count);
... | mit | C# |
03b7c8b88969ae337ac52bcddd56c0c5d034f111 | Remove unneeded access modifier. | peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu | osu.Game/Screens/IOsuScreen.cs | osu.Game/Screens/IOsuScreen.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.Bindables;
using osu.Framework.Screens;
using osu.Game.Beatmaps;
using osu.Game.Overlays;
using osu.Game.Rulesets;
namespace osu.Game.Screens
{
p... | // 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.Bindables;
using osu.Framework.Screens;
using osu.Game.Beatmaps;
using osu.Game.Overlays;
using osu.Game.Rulesets;
namespace osu.Game.Screens
{
p... | mit | C# |
f73da8e4b6db83727d958ac8d45fe361a9275069 | Add some documentation. | erandr/SolrNet,doss78/SolrNet,erandr/SolrNet,tombeany/SolrNet,MetSystem/SolrNet,18098924759/SolrNet,chang892886597/SolrNet,MetSystem/SolrNet,vyzvam/SolrNet,mausch/SolrNet,tombeany/SolrNet,drakeh/SolrNet,yonglehou/SolrNet,chang892886597/SolrNet,vyzvam/SolrNet,Laoujin/SolrNet,18098924759/SolrNet,vladen/SolrNet,yonglehou/... | SolrNet/ISolrBasicReadOnlyOperations.cs | SolrNet/ISolrBasicReadOnlyOperations.cs | #region license
// Copyright (c) 2007-2010 Mauricio Scheffer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requir... | #region license
// Copyright (c) 2007-2010 Mauricio Scheffer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requir... | apache-2.0 | C# |
d0c0729aaa0bd3e765d0c0e26c51341af78123cd | Update demo | sunkaixuan/SqlSugar | Src/Asp.Net/OracleTest/Bugs/BugTest1.cs | Src/Asp.Net/OracleTest/Bugs/BugTest1.cs | using SqlSugar;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.Test
{
public class BugTest1
{
public static void Init()
{
SqlSugarClient Db = new SqlS... | using SqlSugar;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.Test
{
public class BugTest1
{
public static void Init()
{
SqlSugarClient Db = new SqlS... | apache-2.0 | C# |
c4c69a5d145b34bcbebc2d48363de7a01f1da9c8 | remove unused code. | dotnetcore/CAP,dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap | src/DotNetCore.CAP/CAP.Builder.cs | src/DotNetCore.CAP/CAP.Builder.cs | using System;
using Microsoft.Extensions.DependencyInjection;
namespace DotNetCore.CAP
{
/// <summary>
/// Used to verify cap service was called on a ServiceCollection
/// </summary>
public class CapMarkerService
{
}
/// <summary>
/// Allows fine grained configuration of CAP services.... | using System;
using Microsoft.Extensions.DependencyInjection;
namespace DotNetCore.CAP
{
/// <summary>
/// Used to verify cap service was called on a ServiceCollection
/// </summary>
public class CapMarkerService
{
}
/// <summary>
/// Allows fine grained configuration of CAP services.... | mit | C# |
87cee39d5dd8acace594129318f7fbcef5240bbe | Add validation feature to AppHost | nover/ng-validation-errors,nover/ng-validation-errors,nover/ng-validation-errors | src/NgValidationErrors/AppHost.cs | src/NgValidationErrors/AppHost.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Web;
using Funq;
using NgValidationErrors.ServiceInterface;
using NgValidationErrors.ServiceInterface.Validation;
using ServiceStack;
using ServiceStack.Configuration;
using Servi... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Web;
using Funq;
using NgValidationErrors.ServiceInterface;
using ServiceStack;
using ServiceStack.Configuration;
using ServiceStack.Razor;
namespace NgValidationErrors
{
pub... | mit | C# |
39e6d4b09300f81e88ef875857663401e5316182 | Add T Compiled<T> to complement int Compiled | DnDGen/RollGen,Lirusaito/RollGen,DnDGen/RollGen,Lirusaito/RollGen | RollGen/Dice.cs | RollGen/Dice.cs | namespace RollGen
{
public abstract class Dice
{
public abstract PartialRoll Roll(int quantity = 1);
public abstract string RolledString(string roll);
public abstract object CompiledObj(string rolled);
public int Compiled(string rolled) => System.Convert.ToInt32(CompiledObj(roll... | namespace RollGen
{
public abstract class Dice
{
public abstract PartialRoll Roll(int quantity = 1);
public abstract string RolledString(string roll);
public abstract object CompiledObj(string rolled);
public int Compiled(string rolled) => System.Convert.ToInt32(CompiledObj(roll... | mit | C# |
df5bb7ee4758a90636d85bbec0e2a446c0479d6c | Update AddingBorderstoRange.cs | aspose-cells/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,maria-sh... | Examples/CSharp/Formatting/Borders/AddingBorderstoRange.cs | Examples/CSharp/Formatting/Borders/AddingBorderstoRange.cs | using System.IO;
using Aspose.Cells;
using System.Drawing;
namespace Aspose.Cells.Examples.Formatting.Borders
{
public class AddingBorderstoRange
{
public static void Main(string[] args)
{
//ExStart:1
// The path to the documents directory.
string dataDir = ... | using System.IO;
using Aspose.Cells;
using System.Drawing;
namespace Aspose.Cells.Examples.Formatting.Borders
{
public class AddingBorderstoRange
{
public static void Main(string[] args)
{
// The path to the documents directory.
string dataDir = Aspose.Cells.Examples.Ut... | mit | C# |
5ca4b127482d196c5789ac4be723128e3d3c6679 | Add "DeserializeEntity<T>" to RequestSerializer | skarpdev/dotnetcore-hubspot-client | src/Requests/RequestSerializer.cs | src/Requests/RequestSerializer.cs | using System;
using System.Dynamic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using Skarp.HubSpotClient.Interfaces;
namespace Skarp.HubSpotClient.Requests
{
public class RequestSerializer
{
private readonly RequestDataConverter _requestDataConverter;
... | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Skarp.HubSpotClient.Interfaces;
namespace Skarp.HubSpotClient.Requests
{
public class RequestSerializer
{
private readonly RequestDataConverter _requestDataConverter;
private readonly JsonSerializerSettings _jsonSe... | mit | C# |
e294ed5ccfad5b2a626b022864afc472b1ab962b | Bump version to 1.0.1. | Faithlife/Parsing | SolutionInfo.cs | SolutionInfo.cs | using System.Reflection;
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyCompany("Faithlife Corporation")]
[assembly: AssemblyCopyright("Copyright 2016 Faithlife Corporation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
| using System.Reflection;
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyCompany("Faithlife Corporation")]
[assembly: AssemblyCopyright("Copyright 2016 Faithlife Corporation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
| mit | C# |
d5777c035aff86ff5b48184052b54e452e86d6f7 | Update Copyright in SolutionInfo.cs. | pratikv/SLSharp,pratikv/SLSharp,IgniteInteractiveStudio/SLSharp,hach-que/SLSharp,hach-que/SLSharp,IgniteInteractiveStudio/SLSharp | SolutionInfo.cs | SolutionInfo.cs | using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Ignite Interactive Studio")]
[assembly: AssemblyProduct("SL#")]
[assembly: AssemblyCopyright("Copyright 2011 Ignite Interactive Studio")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0... | using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Ignite Interactive Studio")]
[assembly: AssemblyProduct("SL#")]
[assembly: AssemblyCopyright("Copyright Ignite Interactive Studio")]
[assembly: AssemblyTrademark("MIT (Expat) License")]
[assembly: AssemblyVersion(... | mit | C# |
a285b16277d468fb8e9db24f2bf93c57415b90c9 | update CleanTextBoxFor tests | naile/cacti.mvc.web | test/CleanTextBoxFor.cs | test/CleanTextBoxFor.cs | using System.Web.Mvc;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Cacti.Mvc.Web.Test
{
[TestClass]
public class CleanTextBoxFor
{
private HtmlHelper<MyModel> _htmlHelper;
public class MyModel
{
public string InputField { get; set; }
}
... | using System.Web.Mvc;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Cacti.Mvc.Web.Test
{
[TestClass]
public class CleanTextBoxFor
{
private HtmlHelper<MyModel> _htmlHelper;
public class MyModel
{
public string InputField { get; set; }
}
... | mit | C# |
ffb164d622b7d5843b111f262198d7e5d149aa8a | Add TypeEntry.ToString for debuggingg | drewnoakes/servant | Servant/TypeEntry.cs | Servant/TypeEntry.cs | #region License
//
// Servant
//
// Copyright 2016-2017 Drew Noakes
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//... | #region License
//
// Servant
//
// Copyright 2016-2017 Drew Noakes
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//... | apache-2.0 | C# |
a2f80a758977001e166a96f46e5d83520bd250c4 | Update Export-CurrentContainer-Multi.csx | wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D | scripts/Export-CurrentContainer-Multi.csx | scripts/Export-CurrentContainer-Multi.csx | #r "System.Linq"
#r "Core2D"
using System;
using System.IO;
using System.Linq;
using Core2D.FileWriter.Dxf;
using Core2D.FileWriter.PdfSharp;
using Core2D.FileWriter.SkiaSharpPng;
using Core2D.FileWriter.SkiaSharpSvg;
var dir = "D:\\";
var page = Editor.Project.CurrentContainer;
var dxf = Editor.FileWriters.FirstOrD... | #r "System.Linq"
#r "Core2D"
using System;
using System.IO;
using System.Linq;
using Core2D.FileWriter.Dxf;
using Core2D.FileWriter.PdfSharp;
using Core2D.FileWriter.SkiaSharpPng;
using Core2D.FileWriter.SkiaSharpSvg;
var dir = "D:\\";
var page = Editor.Project.CurrentContainer;
var dxf = Editor.FileWriters.FirstOrD... | mit | C# |
d1a36e644f4c119a7e276b9ccfa6beb453737fd0 | Update Program.cs | nanoframework/nf-Visual-Studio-extension | source/CSharp.BlankApplication/Program.cs | source/CSharp.BlankApplication/Program.cs | using System;
using System.Threading;
using System.Diagnostics;
namespace $safeprojectname$
{
public class Program
{
public static void Main()
{
Thread.Sleep(1000); // Give some time to debugger to attach
try
{
// User code goes here
... | using System;
using System.Threading;
using System.Diagnostics;
namespace $safeprojectname$
{
public class Program
{
public static void Main()
{
while (!Debugger.IsAttached) { Thread.Sleep(100); } // Wait for debugger (only needed for debugging session)
Console.Write... | mit | C# |
7b1711ab20ef6de997dbb68aeb8a596c5f90309d | Increment version to 1.1.0.16 | TDaphneB/XeroAPI.Net,XeroAPI/XeroAPI.Net,jcvandan/XeroAPI.Net,MatthewSteeples/XeroAPI.Net | source/XeroApi/Properties/AssemblyInfo.cs | source/XeroApi/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("XeroApi")]
[assembly: AssemblyDescription... | 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("XeroApi")]
[assembly: AssemblyDescription... | mit | C# |
b4f8cda3030c11667d5a1d8017bbb575a9a20191 | fix error controller so it will get css theme from settings | momcms/MoM,momcms/MoM | MoM.Web/Controllers/ErrorController.cs | MoM.Web/Controllers/ErrorController.cs | using Microsoft.AspNet.Mvc;
using Microsoft.Extensions.OptionsModel;
using MoM.Web.Config;
// For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
namespace MoM.Web.Controllers
{
public class ErrorController : Controller
{
IOptions<Site> SiteSet... | using Microsoft.AspNet.Mvc;
// For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
namespace MoM.Web.Controllers
{
public class ErrorController : Controller
{
// GET: /<controller>/
public IActionResult Index()
{
ret... | mit | C# |
d14869dd29460df5960a823e7656b5dd739af413 | Simplify EventCollector CloseWindow | brian-dot-net/writeasync,brian-dot-net/writeasync,brian-dot-net/writeasync | projects/TraceAnalysisSample/source/TraceAnalysisSample.Core/EventCollector.cs | projects/TraceAnalysisSample/source/TraceAnalysisSample.Core/EventCollector.cs | //-----------------------------------------------------------------------
// <copyright file="EventCollector.cs" company="Brian Rogers">
// Copyright (c) Brian Rogers. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TraceAnalysisSample
{
... | //-----------------------------------------------------------------------
// <copyright file="EventCollector.cs" company="Brian Rogers">
// Copyright (c) Brian Rogers. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TraceAnalysisSample
{
... | unlicense | C# |
b15ef9ac4dc9e7834b6c7441e108d5158abe5abe | Add to the HUD | paytonrules/UnityInAction | Assets/Shooter.cs | Assets/Shooter.cs | using UnityEngine;
using System.Collections;
public class Shooter : MonoBehaviour {
private Camera _camera;
// Use this for initialization
void Start () {
_camera = GetComponent<Camera> ();
Cursor.lockState = CursorLockMode.Locked;
Cursor.visible = false;
}
// Update is called once per frame
void Updat... | using UnityEngine;
using System.Collections;
public class Shooter : MonoBehaviour {
private Camera _camera;
// Use this for initialization
void Start () {
_camera = GetComponent<Camera> ();
}
// Update is called once per frame
void Update () {
if (Input.GetMouseButtonDown(0)) {
var point = new Vector3... | mit | C# |
7e5ea30f3e524609e967b302dd64a261351df56e | Allow access to calender for unauthorized users. | strayfatty/ShowFeed,strayfatty/ShowFeed | src/ShowFeed/Api/CalendarApiController.cs | src/ShowFeed/Api/CalendarApiController.cs | namespace ShowFeed.Api
{
using System;
using System.Linq;
using System.Web.Http;
using ShowFeed.Api.Model;
using ShowFeed.Models;
using WebMatrix.WebData;
/// <summary>
/// The calendar API controller.
/// </summary>
public class CalendarApiController : ApiController
{
... | namespace ShowFeed.Api
{
using System;
using System.Linq;
using System.Web.Http;
using ShowFeed.Api.Model;
using ShowFeed.Models;
using WebMatrix.WebData;
/// <summary>
/// The calendar API controller.
/// </summary>
public class CalendarApiController : ApiController
{
... | mit | C# |
56ab837c4d8f03b1d661fc96dd23952fc702daa7 | remove register MapMessage | signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/extensions | Signum.React.Extensions/Isolation/IsolationServer.cs | Signum.React.Extensions/Isolation/IsolationServer.cs | using Signum.Utilities;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.React.Maps;
using Signum.Entities.Map;
using Signum.React.Facades;
using Signum.Engine.Isolation;
using Microsoft.AspNetCore.Builder;
using Signum.Engine.Authorization;
using Signum.React.Filters;
using Signum.React.Exte... | using Signum.Utilities;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.React.Maps;
using Signum.Entities.Map;
using Signum.React.Facades;
using Signum.Engine.Isolation;
using Microsoft.AspNetCore.Builder;
using Signum.Engine.Authorization;
using Signum.React.Filters;
using Signum.React.Exte... | mit | C# |
4eeb9a4005fe40dcfe76832876baf3c1472bf385 | add version info | toosean/MapperByAttribute | src/Properties/AssemblyInfo.cs | src/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("MapperByAttribute")]
[assembly: AssemblyDescription("using AutoMapper by attribute")]
[assembly: AssemblyConfiguration("")]
[assembly: Assembl... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("MapperByAttribute")]
[assembly: AssemblyDescription("using AutoMapper by attribute")]
[assembly: AssemblyConfiguration("")]
[assembly: Assembl... | unlicense | C# |
b63b5aaef335ffb34ca2930e105dc9955fe50ba7 | configure port on Web | collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists | src/FilterLists.Web/Program.cs | src/FilterLists.Web/Program.cs | using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
namespace FilterLists.Web
{
public class Program
{
public static void Main(string[] args)
{
BuildWebHost(args).Run();
}
public static IWebHost BuildWebHost(string[] args)
{
return We... | using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
namespace FilterLists.Web
{
public class Program
{
public static void Main(string[] args)
{
BuildWebHost(args).Run();
}
public static IWebHost BuildWebHost(string[] args)
{
return We... | mit | C# |
da0cd66b6af42a3df1f35014617f1e0882ae9e63 | debug combo: ';' instead of ',' | jpbruyere/Crow,jpbruyere/Crow | src/GraphicObjects/ComboBox.cs | src/GraphicObjects/ComboBox.cs | //
// ComboBox.cs
//
// Author:
// Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
//
// Copyright (c) 2016 jp
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 ... | //
// ComboBox.cs
//
// Author:
// Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
//
// Copyright (c) 2016 jp
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 ... | mit | C# |
efe4303e873bf4cfad600cb33f3c54bdf684dd48 | Bump version. | JohanLarsson/Gu.Roslyn.Asserts | Gu.Roslyn.Asserts/Properties/AssemblyInfo.cs | Gu.Roslyn.Asserts/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Gu.Roslyn.Asserts.Properties")]
[assembly: AssemblyDescription("Asserts for testing Roslyn analyzers and code fixes.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Johan Larsson")]
[assembly: AssemblyProduct... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Gu.Roslyn.Asserts.Properties")]
[assembly: AssemblyDescription("Asserts for testing Roslyn analyzers and code fixes.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Johan Larsson")]
[assembly: AssemblyProduct... | mit | C# |
e803fa121b391e82b34e505fec12ace02f17a707 | fix exception message | solomobro/Instagram,solomobro/Instagram,solomobro/Instagram | src/Solomobro.Instagram/Ioc.cs | src/Solomobro.Instagram/Ioc.cs | using System;
using System.Collections.Generic;
namespace Solomobro.Instagram
{
/// <summary>
/// Internal-only homegrown IOC container.
/// It's not really meant to make our code more flexible
/// Just makes it possible to substitute some types for unit testing
/// </summary>
internal static ... | using System;
using System.Collections.Generic;
namespace Solomobro.Instagram
{
/// <summary>
/// Internal-only homegrown IOC container.
/// It's not really meant to make our code more flexible
/// Just makes it possible to substitute some types for unit testing
/// </summary>
internal static ... | apache-2.0 | C# |
5cca0d60f8c1dc5fca436fd250ee22f381bb5f85 | Change the color | setchi/NotesEditor,setchi/NoteEditor | Assets/Scripts/FileItem.cs | Assets/Scripts/FileItem.cs | using UnityEngine;
using UnityEngine.UI;
using UniRx;
using UniRx.Triggers;
public class FileItem : MonoBehaviour
{
string fileName;
MusicSelectorModel model;
void Start()
{
GetComponent<RectTransform>().localScale = Vector3.one;
model = MusicSelectorModel.Instance;
var text ... | using UnityEngine;
using UnityEngine.UI;
using UniRx;
using UniRx.Triggers;
public class FileItem : MonoBehaviour
{
string fileName;
MusicSelectorModel model;
void Start()
{
GetComponent<RectTransform>().localScale = Vector3.one;
model = MusicSelectorModel.Instance;
var text ... | mit | C# |
12615a13cc22e2270537db54d53b9e56416f0257 | test to ensure casing is correct for verification signature | hsteinhilber/SQRL | SQRL.Test/SqrlUriTests.cs | SQRL.Test/SqrlUriTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
namespace SQRL.Test {
[TestFixture]
public class SqrlUriTests {
[TestCase("sqrl://example.com/sqrl/login.php?NONCE", "example.com")]
[TestCase("sqrl://example.com:8080/sqrl/login.php?NONCE", "example.com"... | using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
namespace SQRL.Test {
[TestFixture]
public class SqrlUriTests {
[TestCase("sqrl://example.com/sqrl/login.php?NONCE", "example.com")]
[TestCase("sqrl://example.com:8080/sqrl/login.php?NONCE", "example.com"... | mit | C# |
dbd9a89c4893b980110566c61a8654e58c326ace | Allow targeting FX of newest MD | mhutch/MonoDevelop.AddinMaker,mhutch/MonoDevelop.AddinMaker | MonoDevelop.AddinMaker/AddinProjectFlavor.cs | MonoDevelop.AddinMaker/AddinProjectFlavor.cs | using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Mono.Addins;
using MonoDevelop.Core;
using MonoDevelop.Core.Assemblies;
using MonoDevelop.Core.Execution;
using MonoDevelop.Projects;
namespace MonoDevelop.AddinMaker
{
class AddinProjectFlavor : DotNetProjectExtension
{
AddinRef... | using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Mono.Addins;
using MonoDevelop.Core;
using MonoDevelop.Core.Assemblies;
using MonoDevelop.Core.Execution;
using MonoDevelop.Projects;
namespace MonoDevelop.AddinMaker
{
class AddinProjectFlavor : DotNetProjectExtension
{
AddinRef... | mit | C# |
1fd34d5183916817e917a66978e293ce453623fa | Add exception handling in middleware | criteo/zipkin4net,criteo/zipkin4net | zipkin4net-aspnetcore/Criteo.Profiling.Tracing.Middleware/TracingMiddleware.cs | zipkin4net-aspnetcore/Criteo.Profiling.Tracing.Middleware/TracingMiddleware.cs | using System;
using Microsoft.AspNetCore.Builder;
using Criteo.Profiling.Tracing;
namespace Criteo.Profiling.Tracing.Middleware
{
public static class TracingMiddleware
{
public static void UseTracing(this IApplicationBuilder app, string serviceName)
{
var extractor = new Middleware.... | using System;
using Microsoft.AspNetCore.Builder;
using Criteo.Profiling.Tracing;
namespace Criteo.Profiling.Tracing.Middleware
{
public static class TracingMiddleware
{
public static void UseTracing(this IApplicationBuilder app, string serviceName)
{
var extractor = new Middleware.... | apache-2.0 | C# |
6203c22abd7b96dd7d1b8f4b12733e6e85df93ef | Support for environment appsettings. | jyarbro/forum,jyarbro/forum,jyarbro/forum | Forum3/Program.cs | Forum3/Program.cs | using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
namespace Forum3 {
public class Program {
public static void Main(string[] args) => BuildWebHost(args).Run();
public static IWebHost BuildWebHost(string[] args) {
return WebHost.CreateDefaultBuilder(args... | using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
namespace Forum3 {
public class Program {
public static void Main(string[] args) => BuildWebHost(args).Run();
public static IWebHost BuildWebHost(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseStartup<Startup>()
.Build();
}
} | unlicense | C# |
c969730b055ac09e622981aa6f3faaf4d7ceca7e | Optimize WaitForExitAsync | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Extensions/ProcessExtensions.cs | WalletWasabi/Extensions/ProcessExtensions.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace System.Diagnostics
{
public static class ProcessExtensions
{
public static async Task WaitForExitAsync(this Process process, CancellationToken cancellationTok... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace System.Diagnostics
{
public static class ProcessExtensions
{
public static async Task WaitForExitAsync(this Process process, CancellationToken cancellationTok... | mit | C# |
1b90b65283140a6f071add8b4ce23b988d940313 | revert designer back to HtmlGenericControl | Pathfinder-Fr/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET,Pathfinder-Fr/YAFNET,YAFNET/YAFNET,moorehojer/YAFNET,moorehojer/YAFNET,mexxanit/YAFNET,Pathfinder-Fr/YAFNET,mexxanit/YAFNET,mexxanit/YAFNET,moorehojer/YAFNET | yafsrc/pages/forum.ascx.designer.cs | yafsrc/pages/forum.ascx.designer.cs | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.91
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------... | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.91
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------... | apache-2.0 | C# |
08f411aa6c32e95b66be4183b5a8e7a61bd11fa8 | Fix to generating zero-length sections | Jjagg/NewWave,andrewsarnold/NewWave | NewWave.Test/GeneratorTests/ParameterizedGeneratorTests.cs | NewWave.Test/GeneratorTests/ParameterizedGeneratorTests.cs | using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NewWave.Core;
using NewWave.Generator;
using NewWave.Generator.Parameters;
using NewWave.Generator.Sections;
namespace NewWave.Test.GeneratorTests
{
[TestClass]
public class ParameterizedGenerators
{
[TestMetho... | using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NewWave.Core;
using NewWave.Generator;
using NewWave.Generator.Parameters;
using NewWave.Generator.Sections;
namespace NewWave.Test.GeneratorTests
{
[TestClass]
public class ParameterizedGenerators
{
[TestMetho... | mit | C# |
a9ea9f8f5ea006efc07bf976171e8e66d605cfb7 | Fix saving facility level to the scenario file. Closes #150 | gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer | Server/System/Scenario/ScenarioFacilityLevelDataUpdater.cs | Server/System/Scenario/ScenarioFacilityLevelDataUpdater.cs | using LunaCommon.Xml;
using Server.Utilities;
using System.Globalization;
using System.Threading.Tasks;
using System.Xml;
namespace Server.System.Scenario
{
public partial class ScenarioDataUpdater
{
/// <summary>
/// We received a facility upgrade message so update the scenario file according... | using LunaCommon.Xml;
using Server.Utilities;
using System.Globalization;
using System.Threading.Tasks;
using System.Xml;
namespace Server.System.Scenario
{
public partial class ScenarioDataUpdater
{
/// <summary>
/// We received a facility upgrade message so update the scenario file according... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.