commit stringlengths 40 40 | subject stringlengths 0 1.12k | message stringlengths 11 14.5k | repos stringlengths 8 11.5k | file_path stringlengths 6 191 | license stringclasses 12
values | unix_time int64 805M 1.66B | new_contents stringlengths 14 20M | old_contents stringlengths 1 20M |
|---|---|---|---|---|---|---|---|---|
8b66ad51b302e2691b090cc8ea6b1b812236bac4 | Fixing caching as it's possible to query on an interface and not have a cache hit. | Fixing caching as it's possible to query on an interface and not have a cache hit.
| JaCraig/Inflatable | src/Inflatable/Sessions/Session.cs | apache-2.0 | 1,589,304,786 | /*
Copyright 2017 James Craig
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 in writing, so... | /*
Copyright 2017 James Craig
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 in writing, so... |
4b5c453bd3b17047ba232aa67dff85bf56f64087 | Small change to QueryProviderBase | Small change to QueryProviderBase
| JaCraig/BigBookOfDataTypes,JaCraig/BigBookOfDataTypes | src/BigBook/Queryable/BaseClasses/QueryProviderBase.cs | apache-2.0 | 1,589,304,527 | /*
Copyright 2016 James Craig
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 in writing, so... | /*
Copyright 2016 James Craig
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 in writing, so... |
acb82ea9627b9221d966bce0da9447007cfa148c | Additional logging | Additional logging
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Security/AuthenticationContextFactory.cs | agpl-3.0 | 1,589,304,233 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.Models;
namespace Tgstation.Server.Host.Security
{
/// <inheritdoc />
sealed class Authent... | using Microsoft.EntityFrameworkCore;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Database;
namespace Tgstation.Server.Host.Security
{
/// <inheritdoc />
sealed class AuthenticationContextFactory : IAuthenticationContextFactory, IDisposable
{
... |
c6913f3fa2bd9b51db8a4bfb596ae9b0c08e30bb | Add additional logging | Add additional logging
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,589,304,220 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... |
c99c167757e46ac0a78a95a7ddb43bb2a8dc2496 | Remove unecessary database context dependency | Remove unecessary database context dependency
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Security/ClaimsInjector.cs | agpl-3.0 | 1,589,304,116 | using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using ... | using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using ... |
1af4576319d41ba039b0050d23e1e84b067e32b9 | Fix spare 0 in BYOND version deployment message | Fix spare 0 in BYOND version deployment message
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs | agpl-3.0 | 1,589,304,048 | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Componen... | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Componen... |
d138be2c299c1e67b9270c132c25f15b445d723f | Updated help text for "Track succession" option | Updated help text for "Track succession" option
| topeterk/HitCounterManager,topeterk/HitCounterManager,topeterk/HitCounterManager | Sources/Settings.Designer.cs | mit | 1,589,303,814 | namespace HitCounterManager
{
partial class Settings
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>... | namespace HitCounterManager
{
partial class Settings
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>... |
e321494f15c182beec3e8c911341968cbfa73417 | Fix sort-by handling | Fix sort-by handling
> Add other cursor fields for paging different sortings
> Sorted as they show in GUI code-wise for more readability for now
| smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game/Online/API/Requests/SearchBeatmapSetsRequest.cs | mit | 1,589,303,724 | // 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.IO.Network;
using osu.Game.Overlays;
using osu.Game.Overlays.BeatmapListing;
using osu.Game.Rulesets;
using Newtonsoft.Json;
namespace osu.Game.Onli... | // 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.IO.Network;
using osu.Game.Overlays;
using osu.Game.Overlays.BeatmapListing;
using osu.Game.Rulesets;
using Newtonsoft.Json;
namespace osu.Game.Onli... |
b373dc6c8d9cdddd6a811631d20d5f6ab54fbf04 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Controllers/ChiamataInCorsoController.cs | agpl-3.0 | 1,589,303,593 | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... |
440ec36d5f95cf0a0eb298ab7b25c567989bb27e | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Controllers/ChiamataInCorsoController.cs | agpl-3.0 | 1,589,303,309 | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... |
3b612dce0c727d123042a70ddeb5b92e1736a577 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Controllers/ChiamataInCorsoController.cs | agpl-3.0 | 1,589,303,281 | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... |
b6d4072a3a6cf7b3760be417ffdc81691f2210d8 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Controllers/ChiamataInCorsoController.cs | agpl-3.0 | 1,589,303,253 | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... | //-----------------------------------------------------------------------
// <copyright file="ChiamataInCorsoController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... |
5ddeafac6d95863ee07de7c0d978a0ee33a268ee | Inline 3 methods. | Inline 3 methods.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,302,921 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
5aeb8608b362acded4cbca78fa1ea35865d3cb68 | Group CaptureMoveNumber+CaptureMove+CaptureNags under new CapturePly method, and call it under certain conditions. | Group CaptureMoveNumber+CaptureMove+CaptureNags under new CapturePly method, and call it under certain conditions.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,302,850 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
cf1356ff1ce8ca70b5eb3acd72e527b52c68c0ed | Capture MoveNumber when processing move section symbols other than period characters and NAGs. | Capture MoveNumber when processing move section symbols other than period characters and NAGs.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,302,406 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
56ff26ac9d146200d5cf1a4a6df6cbd0373d73f1 | Move CaptureMoveNumber call to the next symbol yield iteration. | Move CaptureMoveNumber call to the next symbol yield iteration.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,302,164 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
219f899b382f66b43643447a4f58da36960f9bce | Store yielded move number node in MoveNumber field. | Store yielded move number node in MoveNumber field.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,302,068 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
47d5ae70e8f81d351db0d9749f4161bdf7e80086 | Capture Move when processing move section symbols other than period characters and NAGs. | Capture Move when processing move section symbols other than period characters and NAGs.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,301,979 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
bfd311c481ccf7e4c6f801f7b1cc62da0f78877d | Move CaptureMove call to the next symbol yield iteration. | Move CaptureMove call to the next symbol yield iteration.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,301,745 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
29a7f765ed8d70052533b43e75da9e1ff697497c | Store yielded move node in Move field. | Store yielded move node in Move field.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,301,607 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
f8131143c0f47b2a8c245aaeb0413403328b63ba | Fix - Cors Startup | Fix - Cors Startup
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,589,301,565 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
e970ad6f6d35e94946767594001a66cb81ef189e | Capture NAGs when processing move section symbols other than period characters and earlier NAGs. | Capture NAGs when processing move section symbols other than period characters and earlier NAGs.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,301,426 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
c4cda5f65c634134112965c892a5bfde82b5e1b1 | Fix - Cors StartUp | Fix - Cors StartUp
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,589,301,350 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
bb31597e96313bdd4ab8778ccaad66663f58fa2b | Fix - Cors Starup | Fix - Cors Starup
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,589,301,112 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
652defe1ac64d22950cf5f1cf6b515e58b2f3d08 | Move CaptureNags call to the next symbol yield iteration. | Move CaptureNags call to the next symbol yield iteration.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,301,091 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
55cbf3043ce599111fab6db35df16b4a3369316c | Best filling logic (#522) | Best filling logic (#522)
| maxwellb/csharp-driver,datastax/csharp-driver,maxwellb/csharp-driver,datastax/csharp-driver,maxwellb/csharp-driver,datastax/csharp-driver | src/Cassandra/Utils.cs | apache-2.0 | 1,589,301,028 | //
// Copyright (C) DataStax 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.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | //
// Copyright (C) DataStax 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.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
450bc56e0d86e68a3824119eea4a1f3e8db5fc3c | Store all NAGs in NagListBuilder. | Store all NAGs in NagListBuilder.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,300,985 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
65a76fdd7f3a2172a7a6843636540da14f28f17d | Tweaked DryMockingContainer registration of mocks | Tweaked DryMockingContainer registration of mocks
| mwhelan/Specify,mwhelan/Specify | src/app/Specify/Containers/DryMockingContainer.cs | mit | 1,589,300,913 | using System;
using System.Collections.Generic;
using DryIoc;
using Specify.Mocks;
namespace Specify.Containers
{
/// <summary>
/// Adapter for the DryIoc container with auto mocking using the specified mocking provider.
/// </summary>
public class DryMockingContainer : DryContainer
{
priv... | using System;
using System.Collections.Generic;
using DryIoc;
using Specify.Mocks;
namespace Specify.Containers
{
/// <summary>
/// Adapter for the DryIoc container with auto mocking using the specified mocking provider.
/// </summary>
public class DryMockingContainer : DryContainer
{
priv... |
e0d136549a23a05d411809690c5ee852dcd0c72e | Failing test for #75 | Failing test for #75
| JasperFx/alba,JasperFx/alba,JasperFx/alba,JasperFx/alba | src/Alba.Testing/before_and_after_actions.cs | apache-2.0 | 1,589,300,822 | using System;
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Shouldly;
using Xunit;
using Xunit.Abstractions;
namespace Alba.Testing
{
public class before_and_after_ac... | using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Shouldly;
using Xunit;
namespace Alba.Testing
{
public class before_and_after_actions
{
protected IWebHostBuilder EmptyHostBuilder()
{
... |
5b1cb187069cd50724f69c580f08d494fe48e872 | * DestroyCertificates will now return boolean. | * DestroyCertificates will now return boolean.
| ArachisH/Eavesdrop | Eavesdrop/CertificateManager.cs | mit | 1,589,300,698 | using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
namespace Eavesdrop
{
public class CertificateManager : IDisposable
{
private readonly X509Store _rootStore, _myStore;
pr... | using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
namespace Eavesdrop
{
public class CertificateManager : IDisposable
{
private readonly X509Store _rootStore, _myStore;
pr... |
d0fecf29fe1f128f77b49988277ffefa5e7d2f8b | Add leadingFloatItems parameter to YieldMoveNumber, YieldMove, YieldNag. | Add leadingFloatItems parameter to YieldMoveNumber, YieldMove, YieldNag.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,300,609 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
8c9adc0909d594f0c5c8399174fcc8aff9044185 | Capture floating items for each yielded move section symbol except consecutive period characters. | Capture floating items for each yielded move section symbol except consecutive period characters.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,300,476 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
99632263a2e4be58bd21a33c421ecb7aed321df4 | Capture floating items only when the next symbol is yielded. Use invariant that YieldContentNode == YieldInMoveTreeSectionAction after each period symbol. | Capture floating items only when the next symbol is yielded. Use invariant that YieldContentNode == YieldInMoveTreeSectionAction after each period symbol.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,300,300 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
f9cdc4048a5acf04d9bf7c5b3a16c6eef29745e7 | Extract method AddFloatItems. | Extract method AddFloatItems.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,300,016 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
85a9b705c92df578f41769334e58703f47dfc099 | Extract method CaptureFloatItems, and return a ReadOnlySpanList from it, which will be important for reporting errors. | Extract method CaptureFloatItems, and return a ReadOnlySpanList from it, which will be important for reporting errors.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,299,963 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
bf0c96e028d728c20cf05550a789e15f69741e7b | Store all periods in FloatItemListBuilder. | Store all periods in FloatItemListBuilder.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,299,809 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
d88cb0dda7afb71ef716ecdf78ba14c19719fd4c | Extract methods YieldMoveNumber, YieldPeriod, YieldMove, YieldNag. | Extract methods YieldMoveNumber, YieldPeriod, YieldMove, YieldNag.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,299,609 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
a45f482f5591a6c66eadec5b57b9a1063a4ea609 | set certificate to null to prevent application crash because of double disposing | set certificate to null to prevent application crash because of double disposing
| campersau/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer | PackageViewModel/SignPackageViewModel.cs | mit | 1,589,299,580 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Input;
using NuGet.Common;
using NuGet.Packaging.Signing;
using NuGetPackageExplorer.Types;
using Nu... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Input;
using NuGet.Common;
using NuGet.Packaging.Signing;
using NuGetPackageExplorer.Types;
using Nu... |
67df018e04448f69eab92f1df26e0b1af521793e | Make use of fact that when YieldContentNode == YieldInMoveTreeSection, all tag pairs and sections have already been captured. | Make use of fact that when YieldContentNode == YieldInMoveTreeSection, all tag pairs and sections have already been captured.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,299,533 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
a7876fb9ce6f5247a4187f0b7a1f2f1885454e7b | Switch between tag and move section actions when yielding certain types of symbols. | Switch between tag and move section actions when yielding certain types of symbols.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,299,402 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
dfb126da17ed4624491765d5d86ccf346a183bf1 | Quarantine flagged tests (#21723) | Quarantine flagged tests (#21723)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs | apache-2.0 | 1,589,299,220 | // 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 System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Security.Claims;
using System.Threading.T... | // 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 System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Security.Claims;
using System.Threading.T... |
4e53354c22341607bb3a1636054e1bd7ef5d3b4e | Copy YieldInTagSection to YieldInMoveTreeSection. | Copy YieldInTagSection to YieldInMoveTreeSection.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,299,207 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
857240c3695ac4e4c33253d2f940fc8dddd1a70c | Make YieldContentNode depend on the parser state. | Make YieldContentNode depend on the parser state.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,299,014 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
c8e51ef21bf7ab7f6fd0088d29e6d9b953561fde | Updating Comments | Updating Comments
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.API/PowerMonitor.cs | mit | 1,589,298,608 | using ElectronNET.API.Entities;
using ElectronNET.API.Extensions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace ElectronNET.API
{
/// <summary>
/// Monitor power state changes..
... | using ElectronNET.API.Entities;
using ElectronNET.API.Extensions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace ElectronNET.API
{
/// <summary>
/// Add icons and context menus to t... |
0908c685bac77795dc285b333c089407e4007d16 | fix bug in custom fields | fix bug in custom fields
| LagoVista/DeviceAdmin,LagoVista/DeviceAdmin | src/LagoVista.IoT.DeviceAdmin.Models/CustomField.cs | mit | 1,589,298,265 | using LagoVista.Core.Attributes;
using LagoVista.Core.Interfaces;
using LagoVista.Core.Models;
using LagoVista.Core.Validation;
using LagoVista.IoT.DeviceAdmin.Models.Resources;
using LagoVista.IoT.DeviceAdmin.Resources;
using Newtonsoft.Json;
using System;
using System.Linq;
using LagoVista.Core;
using System.Collect... | using LagoVista.Core.Attributes;
using LagoVista.Core.Interfaces;
using LagoVista.Core.Models;
using LagoVista.Core.Validation;
using LagoVista.IoT.DeviceAdmin.Models.Resources;
using LagoVista.IoT.DeviceAdmin.Resources;
using Newtonsoft.Json;
using System;
using System.Linq;
using LagoVista.Core;
using System.Collect... |
5c57a6bae0754625d07bec8da1ef74ea2978c951 | Another Teamcity test. | Another Teamcity test.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Extensions/DatabaseExtensions.cs | apache-2.0 | 1,589,297,524 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... |
8df1d7b598ca49920f76a9038947acd3570246b4 | Added ResourceDefinition Test for GetDefaultSort | Added ResourceDefinition Test for GetDefaultSort
| Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core | test/UnitTests/Models/ResourceDefinitionTests.cs | mit | 1,589,297,326 | using JsonApiDotNetCore.Builders;
using JsonApiDotNetCore.Internal.Query;
using JsonApiDotNetCore.Models;
using System.Linq;
using JsonApiDotNetCore.Configuration;
using Microsoft.Extensions.Logging.Abstractions;
using Xunit;
namespace UnitTests.Models
{
public sealed class ResourceDefinition_Scenario_Tests
{
... | using JsonApiDotNetCore.Builders;
using JsonApiDotNetCore.Internal.Query;
using JsonApiDotNetCore.Models;
using System.Linq;
using JsonApiDotNetCore.Configuration;
using Microsoft.Extensions.Logging.Abstractions;
using Xunit;
namespace UnitTests.Models
{
public sealed class ResourceDefinition_Scenario_Tests
{
... |
56e49aed7451473c66a8952ad0ae3c37e738dc87 | Fixed: GetDefaultSort Order | Fixed: GetDefaultSort Order
| Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core | src/JsonApiDotNetCore/QueryParameterServices/SortService.cs | mit | 1,589,297,147 | using System.Collections.Generic;
using System.Linq;
using JsonApiDotNetCore.Controllers;
using JsonApiDotNetCore.Exceptions;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Internal.Query;
using JsonApiDotNetCore.Managers.Contracts;
using JsonApiDotNetCore.Models;
using Microsoft.Extensions.Primiti... | using System.Collections.Generic;
using System.Linq;
using JsonApiDotNetCore.Controllers;
using JsonApiDotNetCore.Exceptions;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Internal.Query;
using JsonApiDotNetCore.Managers.Contracts;
using JsonApiDotNetCore.Models;
using Microsoft.Extensions.Primiti... |
8329e936831917ce2bfe72b5494c1b698ef878e9 | Remove permission check on custom settings recipe step (#6086) | Remove permission check on custom settings recipe step (#6086)
| xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orcha... | src/OrchardCore.Modules/OrchardCore.CustomSettings/Recipes/CustomSettingsStep.cs | bsd-3-clause | 1,589,297,015 | using System;
using System.Linq;
using System.Threading.Tasks;
using OrchardCore.CustomSettings.Services;
using OrchardCore.Recipes.Models;
using OrchardCore.Recipes.Services;
using OrchardCore.Settings;
namespace OrchardCore.CustomSettings.Recipes
{
/// <summary>
/// This recipe step updates the site settings... | using System;
using System.Linq;
using System.Threading.Tasks;
using OrchardCore.CustomSettings.Services;
using OrchardCore.Recipes.Models;
using OrchardCore.Recipes.Services;
using OrchardCore.Settings;
namespace OrchardCore.CustomSettings.Recipes
{
/// <summary>
/// This recipe step updates the site settings... |
9d4d4e7f4c6f50b393f58efc7f46fb5f79e104b9 | [FIXED 563] | [FIXED 563]
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Web/Controls/ThemeButton.cs | apache-2.0 | 1,589,296,851 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... |
f494ed8408dc0b06b1a8ace9e6ed0b7646546442 | Fix a potential issue where StopMonitor could return the wrong value | Fix a potential issue where StopMonitor could return the wrong value
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,589,296,579 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... |
13fcedc3a02aea1ea85682105855c2595d0b6c73 | Updating Labesl | Updating Labesl
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.WebApp/Controllers/HomeController.cs | mit | 1,589,296,234 | using Microsoft.AspNetCore.Mvc;
using ElectronNET.API;
using ElectronNET.API.Entities;
using System;
namespace ElectronNET.WebApp.Controllers
{
public class HomeController : Controller
{
public IActionResult Index()
{
if (HybridSupport.IsElectronActive)
{
... | using Microsoft.AspNetCore.Mvc;
using ElectronNET.API;
using ElectronNET.API.Entities;
using System;
namespace ElectronNET.WebApp.Controllers
{
public class HomeController : Controller
{
public IActionResult Index()
{
if (HybridSupport.IsElectronActive)
{
... |
7962cc4ceb9b5e025df506223180ab4b68a4c2f3 | Don't invalidate measure on invalidate formatted text | Don't invalidate measure on invalidate formatted text
| jkoritzinsky/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Aval... | src/Avalonia.Controls/Presenters/TextPresenter.cs | mit | 1,589,296,104 | using System;
using System.Reactive.Linq;
using Avalonia.Media;
using Avalonia.Metadata;
using Avalonia.Threading;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Presenters
{
public class TextPresenter : Control
{
public static readonly DirectProperty<TextPresenter, int> CaretIndexProperty =
... | using System;
using System.Reactive.Linq;
using Avalonia.Media;
using Avalonia.Metadata;
using Avalonia.Threading;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Presenters
{
public class TextPresenter : Control
{
public static readonly DirectProperty<TextPresenter, int> CaretIndexProperty =
... |
1d64ef26b227bf63c6eb1811cfabfce92843d7f6 | Fix - Gestita header risposta cors | Fix - Gestita header risposta cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,589,295,722 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
c000a81235ed908da07824a31795c5bb62a3f8df | Fix - Aggiunta risposta Cors | Fix - Aggiunta risposta Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,589,295,694 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
d533aa5e6086864e21437f5eb348495bee9472d0 | Remove the term "legacy" and reformat for clarity | Remove the term "legacy" and reformat for clarity
| GoogleCloudPlatform/functions-framework-dotnet,GoogleCloudPlatform/functions-framework-dotnet | src/Google.Cloud.Functions.Invoker/FunctionEnvironment.cs | apache-2.0 | 1,589,294,870 | // Copyright 2020, Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | // Copyright 2020, Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... |
926adcd621c220ec435c04e18626e8c502e14271 | get indexer for clr types | get indexer for clr types
resolves https://github.com/peachpiecompiler/peachpie/issues/750
| peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.Runtime/Operators.cs | apache-2.0 | 1,589,294,704 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core.Reflection;
namespace Pchp.Core
{
[DebuggerNonUserCode, DebuggerStepThrough]
public ... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core.Reflection;
namespace Pchp.Core
{
[DebuggerNonUserCode, DebuggerStepThrough]
public ... |
dfd648dfbc43d4267aefb0b6f3a90ae2e5887945 | Correção p/ calculo do DV do nosso numero Unicred | Correção p/ calculo do DV do nosso numero Unicred
Adicionada diferenciação do cálculo do nosso numero | adrianotrentim/boletonet,BoletoNet/boletonet,diegomodolo/boletonet,diegomodolo/boletonet,adrianotrentim/boletonet,BoletoNet/boletonet,diegomodolo/boletonet,transis2/boletonet,adrianotrentim/boletonet,transis2/boletonet,transis2/boletonet,BoletoNet/boletonet | src/Boleto.Net/Banco/Banco_Unicred.cs | apache-2.0 | 1,589,294,663 | using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI;
[assembly: WebResource("BoletoNet.Imagens.136.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// Ivan Teles (ivan@idevweb.com.br)- Unicred
/// </Author>
i... | using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI;
[assembly: WebResource("BoletoNet.Imagens.136.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// Ivan Teles (ivan@idevweb.com.br)- Unicred
/// </Author>
i... |
0fda3d4021c8ab56703a3f1cbda25008b549dc5a | Add property name to the FormatException #1452 | Add property name to the FormatException #1452
Added inner exception and string encoding.
| PKRoma/RestSharp,restsharp/RestSharp | src/RestSharp/Serializers/Xml/XmlDeserializer.cs | apache-2.0 | 1,589,294,092 | // Copyright © 2009-2020 John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community
//
// 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/licens... | // Copyright © 2009-2020 John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community
//
// 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/licens... |
c564f3084b849ec89e4b83c401ba5bcbd9e8ad5b | EntityCache. Add intermediate Active state when order's becode Done from Pending. | EntityCache. Add intermediate Active state when order's becode Done from Pending.
| StockSharp/StockSharp | Algo/EntityCache.cs | apache-2.0 | 1,589,293,682 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
01fb9c3dd7f91ec21a6a4c24876333b33a21b481 | #44: Add usage examples for query-features command | #44: Add usage examples for query-features command
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoCmd/Commands/QueryFeaturesCommand.cs | lgpl-2.1 | 1,589,293,674 | #region LGPL Header
// Copyright (C) 2020, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
/... | #region LGPL Header
// Copyright (C) 2020, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
/... |
10338ada5d1a2bc9c05b5924d47f7c8e21ab181c | BasketMessageAdapter. Fix override child OriginTransId by parent. | BasketMessageAdapter. Fix override child OriginTransId by parent.
| StockSharp/StockSharp | Algo/BasketMessageAdapter.cs | apache-2.0 | 1,589,293,616 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
3d09db496fed7121723de97e6c2529f7864a1ae8 | Check with UnitySolutionTracker | Check with UnitySolutionTracker
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Rider/RiderUnitySharedFilesSavingSuppressor.cs | apache-2.0 | 1,589,292,599 | using JetBrains.Annotations;
using JetBrains.DocumentManagers;
using JetBrains.DocumentModel;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Host.Features.Documents;
using JetBrains.ReSharper.Plugins.Unity.ProjectModel;
using JetBrains.Util;
namespace JetBrains.ReSharper.Plugins.Unity.Rider
{
/// <summary... | using JetBrains.Annotations;
using JetBrains.DocumentManagers;
using JetBrains.DocumentModel;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Host.Features.Documents;
using JetBrains.ReSharper.Plugins.Unity.ProjectModel;
using JetBrains.Util;
namespace JetBrains.ReSharper.Plugins.Unity.Rider
{
/// <summary... |
d3b6854b3e3cf941d56f88360945df64b216d945 | Added missing heraot.Platform.Moniker | Added missing heraot.Platform.Moniker
| theraot/Theraot | Framework.Core/Theraot/Platform.cs | mit | 1,589,292,159 | using System;
namespace Theraot
{
public static partial class Platform
{
public static string Moniker { get; } =
#if NET20
"net20"
#elif NET30
"net30"
#elif NET35
"net35"
#elif NET40
"net40"
#elif NET45
"net45"
#elif NET46
"... | using System;
namespace Theraot
{
public static partial class Platform
{
public static string Moniker { get; } =
#if NET20
"net20"
#elif NET30
"net30"
#elif NET35
"net35"
#elif NET40
"net40"
#elif NET45
"net45"
#elif NET46
"... |
21e2b72bb0179b7be1e9df51f427ca607c4415e5 | Fixed LiteQueryable.GetPlan() not releasing transaction | Fixed LiteQueryable.GetPlan() not releasing transaction
| mbdavid/LiteDB | LiteDB/Client/Database/LiteQueryable.cs | mit | 1,589,291,651 | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using static LiteDB.Constants;
namespace LiteDB
{
/// <summary>
/// An IQueryable-like class to write fluent query in documents in collection.
//... | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using static LiteDB.Constants;
namespace LiteDB
{
/// <summary>
/// An IQueryable-like class to write fluent query in documents in collection.
//... |
f07d95ac59e77eb1fbfeaae58ece62b26828de46 | Use IReadOnlyList<T> for TypedListConverter. | Use IReadOnlyList<T> for TypedListConverter.
| smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game/IO/Serialization/Converters/TypedListConverter.cs | mit | 1,589,291,395 | // 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 Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... | // 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 Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... |
20a34be17ccd1696ee62caf6a4cc71947d2da042 | Changed IsUnity to IsUnityGenerated | Changed IsUnity to IsUnityGenerated
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Rider/RiderUnitySharedFilesSavingSuppressor.cs | apache-2.0 | 1,589,291,267 | using JetBrains.Annotations;
using JetBrains.DocumentManagers;
using JetBrains.DocumentModel;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Host.Features.Documents;
using JetBrains.ReSharper.Plugins.Unity.ProjectModel;
using JetBrains.Util;
namespace JetBrains.ReSharper.Plugins.Unity.Rider
{
/// <summary... | using JetBrains.Annotations;
using JetBrains.DocumentManagers;
using JetBrains.DocumentModel;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Host.Features.Documents;
using JetBrains.ReSharper.Plugins.Unity.ProjectModel;
using JetBrains.Util;
namespace JetBrains.ReSharper.Plugins.Unity.Rider
{
/// <summary... |
6e91a22c91d75130f768ef3314c49880806acc9b | テストケースのネームスペース修正漏れ対処 | テストケースのネームスペース修正漏れ対処
| zenuas/Roku,zenuas/Roku | test/FrontEndTest.cs | mit | 1,589,291,261 | using Extensions;
using NUnit.Framework;
using Roku.Compiler;
using System;
using System.Collections.Generic;
using System.IO;
namespace Roku.Tests
{
public class FrontEndTest
{
public string SourceDir = "..\\..\\..\\rk";
public string ObjDir = "..\\..\\..\\rk\\obj";
[OneTimeSetUp]
... | using Extensions;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.IO;
namespace Roku.Tests
{
public class FrontEndTest
{
public string SourceDir = "..\\..\\..\\rk";
public string ObjDir = "..\\..\\..\\rk\\obj";
[OneTimeSetUp]
public void One... |
7ac9289460164d6c439ce1c1930ce926c60c29c7 | Remove doube encoding | Remove doube encoding
| Jeavon/Slimsy,Jeavon/Slimsy,Jeavon/Slimsy | Slimsy/Services/SlimsyService.cs | mit | 1,589,291,120 | namespace Slimsy
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.Proper... | namespace Slimsy
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.Proper... |
393f853f4d2636bd83556ed9881c0c4ec5e895db | Updated AspectRaio extension method | Updated AspectRaio extension method
| Jeavon/Slimsy,Jeavon/Slimsy,Jeavon/Slimsy | Slimsy/Extensions/SlimsyExtensions.cs | mit | 1,589,290,120 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SlimsyExtensions.cs" company="Our.Umbraco">
// 2017
// </copyright>
// <summary>
// Defines the SlimsyExtension methods for Url and Html Helpers.
// </summary>
// ------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SlimsyExtensions.cs" company="Our.Umbraco">
// 2017
// </copyright>
// <summary>
// Defines the SlimsyExtension methods for Url and Html Helpers.
// </summary>
// ------------... |
41ac5a6aa0ad9bb00fc65162952f162d797928ec | do not construct a new httpclient instead of using the provided one | do not construct a new httpclient instead of using the provided one
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | mit | 1,589,289,935 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... |
8435d7cb317b76fe7d950b6beb14f3ca0cf0b079 | Add optional params to AspectRatio method | Add optional params to AspectRatio method
| Jeavon/Slimsy,Jeavon/Slimsy,Jeavon/Slimsy | Slimsy/Services/SlimsyService.cs | mit | 1,589,289,712 | namespace Slimsy
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.Proper... | namespace Slimsy
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.Proper... |
0dec698b33694dd26335015728bfecd6dcab69eb | #44: Have GetSchemaByName workaround MySQL provider on non-existent schema names | #44: Have GetSchemaByName workaround MySQL provider on non-existent schema names
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoToolbox.Core/Feature/SchemaWalker.cs | lgpl-2.1 | 1,589,288,006 | #region LGPL Header
// Copyright (C) 2020, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
/... | #region LGPL Header
// Copyright (C) 2020, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
/... |
9aff1c7de69a6c45f793223c7113e8e5bd0566b3 | Further team city test. Commenting out the sleep to see if the problems resurface. | Further team city test. Commenting out the sleep to see if the problems resurface.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Extensions/DatabaseExtensions.cs | apache-2.0 | 1,589,287,974 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... |
ce0e20ea30dc01974f8bd483eaf88c04efdd96b7 | Ignore some server-side only components on the client | Ignore some server-side only components on the client
| space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Client/EntryPoint.cs | mit | 1,589,287,535 | using System;
using Content.Client.GameObjects.Components.Actor;
using Content.Client.Input;
using Content.Client.Interfaces;
using Content.Client.Interfaces.Chat;
using Content.Client.Interfaces.Parallax;
using Content.Client.Parallax;
using Content.Client.Sandbox;
using Content.Client.State;
using Content.Client.Use... | using System;
using Content.Client.GameObjects.Components.Actor;
using Content.Client.Input;
using Content.Client.Interfaces;
using Content.Client.Interfaces.Chat;
using Content.Client.Interfaces.Parallax;
using Content.Client.Parallax;
using Content.Client.Sandbox;
using Content.Client.State;
using Content.Client.Use... |
f7d70daff316ca83f94661b7eede523880284ee0 | Add invalid-transaction as wellknown error | Add invalid-transaction as wellknown error
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Services/PayjoinClient.cs | mit | 1,589,287,371 | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Google.Apis.Http;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using IHttpClientFactory = System.Net... | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Google.Apis.Http;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using IHttpClientFactory = System.Net... |
ce113d401f567c96185067b90688834f43becde8 | Bumped AssemblyVersion to 2.6.0 | Bumped AssemblyVersion to 2.6.0
Fixes issue #1021
| jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit | MailKit/Properties/AssemblyInfo.cs | mit | 1,589,286,096 | //
// AssemblyInfo.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Softwa... | //
// AssemblyInfo.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Softwa... |
57b92c5ae24dea35c089a342b1bb0664e1a0bb0c | fix the button dll path | fix the button dll path
| simonmoreau/RoomFinishes | RoomFinishes/App.cs | mit | 1,589,285,782 | #region Namespaces
using System;
using System.Collections.Generic;
using Autodesk.Revit.ApplicationServices;
using Autodesk.Revit.Attributes;
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Reflection;
using System.IO;
#endregion
namespace ... | #region Namespaces
using System;
using System.Collections.Generic;
using Autodesk.Revit.ApplicationServices;
using Autodesk.Revit.Attributes;
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Reflection;
using System.IO;
#endregion
namespace ... |
e25a3b24326f321112733af98f483cd9a8cea43d | use previous clientId w/mobile apps (#1810) | use previous clientId w/mobile apps (#1810)
| AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet | tests/devapps/XamarinDev/XamarinDev/App.xaml.cs | mit | 1,589,285,735 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Microsoft.Identity.Client;
using Microsoft.Identity.Test.Unit;
using Xamarin.Forms;
namespace XamarinDev
{
public partial class App : Application
{
public static PublicClientApplication... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Microsoft.Identity.Client;
using Microsoft.Identity.Test.Unit;
using Xamarin.Forms;
namespace XamarinDev
{
public partial class App : Application
{
public static PublicClientApplication... |
2a7f9bb57f486cf152b2d30693b95c231bd22a35 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,284,005 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
2e39c4e199dba60d04f3529fc116d67f2769bc17 | Revert "Fix drawing tags in array" | Revert "Fix drawing tags in array"
This reverts commit e55436f4f93cc388244931030260709c7ed725a5.
| dimmpixeye/Unity3dTools | Editor/Drawers/DrawerTags.cs | mit | 1,589,283,182 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
/// TODO: refactor this shit.
namespace Pixeye.Actors
{
[CustomPropertyDrawer(typeof(TagFilterAttribute))]
public cl... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
/// TODO: refactor this shit.
namespace Pixeye.Actors
{
[CustomPropertyDrawer(typeof(TagFilterAttribute))]
public cl... |
44319c1b719c64468de0594e22c48c357c3c62ac | Commit missed change | Commit missed change
| peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game/Tests/Visual/ModPerfectTestScene.cs | mit | 1,589,282,794 | // 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.Game.Beatmaps;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects;
namespace osu.Game.Tests.Visual
{
public abstract cl... | // 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.Game.Beatmaps;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects;
namespace osu.Game.Tests.Visual
{
public abstract cl... |
eff6b1710392d8477192c64304aaaa812e11ea2b | Test commit to experiment with the behaviour on Teamcity with integration tests against 4.1 server on windows. | Test commit to experiment with the behaviour on Teamcity with integration tests against 4.1 server on windows.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Extensions/DatabaseExtensions.cs | apache-2.0 | 1,589,282,349 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... |
15f6ec1788a1ed9dd71a58a2a598ad23acdc2f28 | Added option to retrieve Azure Active Directory user by its user principal name | Added option to retrieve Azure Active Directory user by its user principal name
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Graph/UsersUtility.cs | mit | 1,589,282,279 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Graph;
using OfficeDevPnP.Core.Diagnostics;
using System.Linq;
namespace OfficeDevPnP.Core.Framework.Graph
{
/// <summary>
/// Provides access to user operations in Microsoft Graph
/// </summary>
public stati... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Graph;
using OfficeDevPnP.Core.Diagnostics;
using System.Linq;
namespace OfficeDevPnP.Core.Framework.Graph
{
/// <summary>
/// Provides access to user operations in Microsoft Graph
/// </summary>
public stati... |
877311c5c109c6f21302d6783ecd56dbe61ed61e | Fix stroke jumping to a point on finger up for some systems | Fix stroke jumping to a point on finger up for some systems
| alvinhochun/touchpad-handwriting | SynapticsTouchPad/TouchPad.cs | bsd-2-clause | 1,589,282,024 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marshal = System.Runtime.InteropServices.Marshal;
#region Using directives of Synaptics COM API
using SynAPICtrl = SYNCTRLLib.SynAPICtrl;
using SynDeviceCtrl = SYNCTRLLib.SynDeviceCtrl;
using SynPacketCtrl = SYNCTRLLib.SynPa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marshal = System.Runtime.InteropServices.Marshal;
#region Using directives of Synaptics COM API
using SynAPICtrl = SYNCTRLLib.SynAPICtrl;
using SynDeviceCtrl = SYNCTRLLib.SynDeviceCtrl;
using SynPacketCtrl = SYNCTRLLib.SynPa... |
b26332399567147a9f733f928bc525286d4a5846 | Fix copy-paste error | Fix copy-paste error
| alvinhochun/touchpad-handwriting | SynapticsTouchPad/TouchPad.cs | bsd-2-clause | 1,589,281,976 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marshal = System.Runtime.InteropServices.Marshal;
#region Using directives of Synaptics COM API
using SynAPICtrl = SYNCTRLLib.SynAPICtrl;
using SynDeviceCtrl = SYNCTRLLib.SynDeviceCtrl;
using SynPacketCtrl = SYNCTRLLib.SynPa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marshal = System.Runtime.InteropServices.Marshal;
#region Using directives of Synaptics COM API
using SynAPICtrl = SYNCTRLLib.SynAPICtrl;
using SynDeviceCtrl = SYNCTRLLib.SynDeviceCtrl;
using SynPacketCtrl = SYNCTRLLib.SynPa... |
a48e80faffbb01eab5514ee0755893cda19d8a75 | Add new sizes to SetSizeImage() in Scan Panel | Add new sizes to SetSizeImage() in Scan Panel
| klightspeed/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery | EDDiscovery/UserControls/ScansStars/UserControlScan.cs | apache-2.0 | 1,589,281,594 | /*
* Copyright © 2016 - 2020 EDDiscovery development team
*
* 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 applica... | /*
* Copyright © 2016 - 2020 EDDiscovery development team
*
* 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 applica... |
e92db5ed604f19a44c695bcf231e92e4c055f9e6 | GH-2270 - /updateassemblyinfo does not work with /ensureassemblyinfo | GH-2270 - /updateassemblyinfo does not work with /ensureassemblyinfo
| GitTools/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,gep13/GitVersion,asbjornu/GitVersion,asbjornu/GitVersion,asbjornu/GitVersion,gep13/GitVersion,ParticularLabs/GitVersion,gep13/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVer... | src/GitVersionExe/ArgumentParser.cs | mit | 1,589,281,378 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using GitVersion.Extensions;
using GitVersion.Logging;
using GitVersion.Model;
using GitVersion.Model.Configuration;
using GitVersion.OutputVariables;
namespace GitVersion
{
public class Argume... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using GitVersion.Extensions;
using GitVersion.Logging;
using GitVersion.Model;
using GitVersion.Model.Configuration;
using GitVersion.OutputVariables;
namespace GitVersion
{
public class Argume... |
74c71553ee7e44bb464186d40313a287e8128127 | Fix - Se ad un utente vengono cancellati tutti i ruoli, l'utente viene cancellato dalla basedati SO115 | Fix - Se ad un utente vengono cancellati tutti i ruoli, l'utente viene cancellato dalla basedati SO115
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/GestioneUtenti/GestioneRuoli/DeleteRuolo.cs | agpl-3.0 | 1,589,280,572 | //-----------------------------------------------------------------------
// <copyright file="DeleteRuolo.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License ... | //-----------------------------------------------------------------------
// <copyright file="DeleteRuolo.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License ... |
04110043cd143e7331d67e8b9739be146252c3b9 | Fix - Se ad un utente vengono cancellati tutti i ruoli, viene cancellato l'utente dalla basae dati SO115 | Fix - Se ad un utente vengono cancellati tutti i ruoli, viene cancellato l'utente dalla basae dati SO115
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/GestioneUtenti/GestioneRuoli/DeleteRuolo.cs | agpl-3.0 | 1,589,280,423 | //-----------------------------------------------------------------------
// <copyright file="DeleteRuolo.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License ... | //-----------------------------------------------------------------------
// <copyright file="DeleteRuolo.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License ... |
e55436f4f93cc388244931030260709c7ed725a5 | Fix drawing tags in array | Fix drawing tags in array
| dimmpixeye/Unity3dTools | Editor/Drawers/DrawerTags.cs | mit | 1,589,279,066 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
/// TODO: refactor this shit.
namespace Pixeye.Actors
{
[CustomPropertyDrawer(typeof(TagFilterAttribute))]
public cl... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
/// TODO: refactor this shit.
namespace Pixeye.Actors
{
[CustomPropertyDrawer(typeof(TagFilterAttribute))]
public cl... |
a8e9660f7b7bbd308956050fba07e36164f2d141 | Undo auto-formatting changes to whitespace | Undo auto-formatting changes to whitespace
| ejball/XmlDocMarkdown,ejball/XmlDocMarkdown | src/XmlDocMarkdown.Core/MarkdownGenerator.cs | mit | 1,589,278,002 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMarkdown.Core
{
internal sealed... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMarkdown.Core
{
internal sealed... |
a75b3a70adc2d298579fb574f19b4ce653787201 | Fix - Corrette autorizzazioni Cancellazione Chamate in Corso al Logout | Fix - Corrette autorizzazioni Cancellazione Chamate in Corso al Logout
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneIntervento/CancellazioneChiamataInCorsoByIdUtenteMarker/CancellazioneChiamataInCorsoByIdUtenteMarkerAuthorization.cs | agpl-3.0 | 1,589,277,944 | //-----------------------------------------------------------------------
// <copyright file="CancellazioneChiamataInCorsoMarkerAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of th... | //-----------------------------------------------------------------------
// <copyright file="CancellazioneChiamataInCorsoMarkerAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of th... |
5eb065d08aa35eaea08149d0a59cd194f6b9ac37 | [CON-1764] Fix broken unit tests | [CON-1764] Fix broken unit tests
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.UnitTests/Queries/GetContentBanner/WhenIGetContentBanner.cs | mit | 1,589,277,398 | using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Queries.GetClientContent;
using SFA.DAS.NLog.Logger;
using SFA.DAS.Testing.AutoFixture;
using SFA.DAS.Validation;
namespace SFA.DAS.Em... | using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Queries.GetClientContent;
using SFA.DAS.NLog.Logger;
using SFA.DAS.Testing.AutoFixture;
using SFA.DAS.Validation;
namespace SFA.DAS.Em... |
48ac461c2526e52f7a156a9027f478645d9fbda0 | bump to version 1.3.9 | bump to version 1.3.9
| Terradue/DotNetTep,Terradue/DotNetTep | Terradue.Tep/Properties/AssemblyInfo.cs | agpl-3.0 | 1,589,276,763 | /*!
\namespace Terradue.Tep
@{
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
\xrefitem sw_version "Versions" "Software Package Version" 1.3.9
\xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep)
\xref... | /*!
\namespace Terradue.Tep
@{
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
\xrefitem sw_version "Versions" "Software Package Version" 1.3.8
\xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep)
\xref... |
6d9050df9cce288ccdeac6bce2173bc2b3da0d64 | EntityCache. Small refactoring. | EntityCache. Small refactoring.
| StockSharp/StockSharp | Algo/EntityCache.cs | apache-2.0 | 1,589,276,585 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
6a3f3c80ffbe592cb6858d209daf6676e1d78bf4 | Fix cremator error when placing in scene (editing) | Fix cremator error when placing in scene (editing)
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Drawers/Cremator.cs | agpl-3.0 | 1,589,276,421 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Cremator component for cremator objects, for use in crematorium rooms. Adds additional function to the base Drawer component.
/// TODO: Implement activation via button when buttons can be assigned a generic component inst... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Cremator component for cremator objects, for use in crematorium rooms. Adds additional function to the base Drawer component.
/// TODO: Implement activation via button when buttons can be assigned a generic component inst... |
20521dc73028fd0f55b2b879ddedd9c5964f89ea | Take proof of concept and emulate the indexed auto-naming style of ILSpy | Take proof of concept and emulate the indexed auto-naming style of ILSpy
| ejball/XmlDocMarkdown,ejball/XmlDocMarkdown | src/XmlDocMarkdown.Core/MarkdownGenerator.cs | mit | 1,589,276,318 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMarkdown.Core
{
internal sealed... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMarkdown.Core
{
internal sealed... |
3e55d1bc26d971d6de63860a3873688c4f132ce9 | Expression body | Expression body
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Tabs/WalletManager/GenerateWallets/GenerateWalletSuccessViewModel.cs | mit | 1,589,275,927 | using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reactive;
using System.Reactive.Linq;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Logging;
namespace WalletWasabi.Gu... | using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reactive;
using System.Reactive.Linq;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Logging;
namespace WalletWasabi.Gu... |
d80f34f356ccaf4d6083a39f2a073f90f0ab66b9 | Default null names of implied parameters generated by the F# compiler to a discard value. | Default null names of implied parameters generated by the F# compiler to a discard value.
| ejball/XmlDocMarkdown,ejball/XmlDocMarkdown | src/XmlDocMarkdown.Core/MarkdownGenerator.cs | mit | 1,589,275,567 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMarkdown.Core
{
internal sealed... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMarkdown.Core
{
internal sealed... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.